Home
last modified time | relevance | path

Searched refs:OP_OPEN (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c208 case OP_OPEN: in nfs4_need_to_bump_seqid()
483 case OP_OPEN: in nfs4_op_to_str()
H A Dnfs4_recovery.c2401 case OP_OPEN: in nfs4_free_lost_rqst()
2588 OP_OPEN, NULL, NULL, NULL); in recov_openfiles()
2726 case OP_OPEN: in resend_one_op()
2794 ASSERT(lrp->lr_op == OP_OPEN); in resend_one_op()
3029 } else if (lost_rqstp->lr_op == OP_OPEN) { in nfs4_save_lost_rqst()
H A Dnfs4_attr.c262 if (op == OP_SETATTR || op == OP_CREATE || op == OP_OPEN) { in vattr_to_fattr4()
H A Dnfs4_xdr.c3077 IXDR_PUT_U_INT32(ptr, OP_OPEN); in xdr_OPEN4cargs()
3094 op = OP_OPEN; in xdr_OPEN4cargs()
4032 case OP_OPEN: in xdr_snfs_argop4_free()
4208 case OP_OPEN: in xdr_nfs_argop4()
4584 case OP_OPEN: in xdr_nfs_resop4_free()
4701 case OP_OPEN: in xdr_nfs_resop4()
4884 case OP_OPEN: in xdr_nfs_resop4_clnt()
H A Dnfs4_vnops.c727 lost_rqstp->lr_op = OP_OPEN; in nfs4open_save_lost_rqst()
985 v_error = vattr_to_fattr4(in_va, NULL, attr, 0, OP_OPEN, in nfs4open_otw()
1199 NULL, lost_rqst.lr_op == OP_OPEN ? in nfs4open_otw()
1200 &lost_rqst : NULL, OP_OPEN, bsep, NULL, NULL); in nfs4open_otw()
1253 nfs4_log_badowner(VTOMI4(dvp), OP_OPEN); in nfs4open_otw()
1433 nfs4_log_badowner(VTOMI4(dvp), OP_OPEN); in nfs4open_otw()
1930 lost_rqst.lr_op == OP_OPEN ? in nfs4_reopen()
1931 &lost_rqst : NULL, OP_OPEN, NULL, NULL, NULL); in nfs4_reopen()
1969 NULL, lost_rqst.lr_op == OP_OPEN ? &lost_rqst : in nfs4_reopen()
1970 NULL, OP_OPEN, bsep, NULL, NULL); in nfs4_reopen()
[all …]
H A Dnfs4_state.c218 case OP_OPEN: in rfs4_free_reply()
236 case OP_OPEN: in rfs4_copy_reply()
H A Dnfs4_callback.c1966 NULL, OP_OPEN, NULL, NULL, NULL); in deleg_reopen()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1253 OP_OPEN = 18, enumerator
3038 case OP_OPEN: OPEN4args opopen;
3159 case OP_OPEN: OPEN4res opopen;
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs.c416 case OP_OPEN: in nfs4_op_str()
H A Dnfs_clnt.c86 TBL_ENTRY(OP_OPEN),
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c2526 case OP_OPEN: in xdr_nfs_argop4()
2685 case OP_OPEN: in xdr_nfs_resop4()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2674 OP_OPEN = 18, enumerator
2727 OP_COPEN = OP_OPEN | SUNW_PRIVATE_OP,