Searched refs:OP_OPEN (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_common.c | 208 case OP_OPEN: 483 case OP_OPEN: 484 return ("OP_OPEN");
|
H A D | nfs4_attr.c | 262 if (op == OP_SETATTR || op == OP_CREATE || op == OP_OPEN) {
|
H A D | nfs4_xdr.c | 3039 IXDR_PUT_U_INT32(ptr, OP_OPEN); 3056 op = OP_OPEN; 3975 case OP_OPEN: 4151 case OP_OPEN: 4523 case OP_OPEN: 4640 case OP_OPEN: 4819 case OP_OPEN:
|
H A D | nfs4_recovery.c | 2407 case OP_OPEN: 2594 OP_OPEN, NULL, NULL, NULL); 2732 case OP_OPEN: 2800 ASSERT(lrp->lr_op == OP_OPEN); 3035 } else if (lost_rqstp->lr_op == OP_OPEN) {
|
H A D | nfs4_vnops.c | 726 lost_rqstp->lr_op = OP_OPEN; 984 v_error = vattr_to_fattr4(in_va, NULL, attr, 0, OP_OPEN, 1198 NULL, lost_rqst.lr_op == OP_OPEN ? 1199 &lost_rqst : NULL, OP_OPEN, bsep, NULL, NULL); 1252 nfs4_log_badowner(VTOMI4(dvp), OP_OPEN); local 1432 nfs4_log_badowner(VTOMI4(dvp), OP_OPEN); local 1912 lost_rqst.lr_op == OP_OPEN ? 1913 &lost_rqst : NULL, OP_OPEN, NULL, NULL, NULL); 1951 NULL, lost_rqst.lr_op == OP_OPEN ? &lost_rqst : 1952 NULL, OP_OPEN, bse [all...] |
H A D | nfs4_state.c | 210 case OP_OPEN: 228 case OP_OPEN:
|
H A D | nfs4_callback.c | 1962 NULL, OP_OPEN, NULL, NULL, NULL);
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | nfs4_prot.x | 1378 OP_OPEN = 18, 1419 case OP_OPEN: OPEN4args opopen; 1464 case OP_OPEN: OPEN4res opopen;
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 1384 OP_OPEN = 18, enumerator in enum:nfs_opnum4 1415 OP_COPEN = OP_OPEN | SUNW_PRIVATE_OP,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | nfs4_xdr.c | 2535 case OP_OPEN: 2694 case OP_OPEN:
|
Completed in 99 milliseconds