Symbol: OP_OPEN
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
2526
case OP_OPEN:
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
2685
case OP_OPEN:
usr/src/cmd/mdb/common/modules/nfs/nfs.c
416
case OP_OPEN:
usr/src/cmd/mdb/common/modules/nfs/nfs_clnt.c
86
TBL_ENTRY(OP_OPEN),
usr/src/uts/common/fs/nfs/nfs4_attr.c
262
if (op == OP_SETATTR || op == OP_CREATE || op == OP_OPEN) {
usr/src/uts/common/fs/nfs/nfs4_callback.c
1966
NULL, OP_OPEN, NULL, NULL, NULL);
usr/src/uts/common/fs/nfs/nfs4_common.c
208
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_common.c
483
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_recovery.c
2401
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_recovery.c
2588
OP_OPEN, NULL, NULL, NULL);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
2726
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_recovery.c
2794
ASSERT(lrp->lr_op == OP_OPEN);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
3029
} else if (lost_rqstp->lr_op == OP_OPEN) {
usr/src/uts/common/fs/nfs/nfs4_state.c
235
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_state.c
253
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1199
NULL, lost_rqst.lr_op == OP_OPEN ?
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1200
&lost_rqst : NULL, OP_OPEN, bsep, NULL, NULL);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1253
nfs4_log_badowner(VTOMI4(dvp), OP_OPEN);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1433
nfs4_log_badowner(VTOMI4(dvp), OP_OPEN);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1930
lost_rqst.lr_op == OP_OPEN ?
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1931
&lost_rqst : NULL, OP_OPEN, NULL, NULL, NULL);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1969
NULL, lost_rqst.lr_op == OP_OPEN ? &lost_rqst :
usr/src/uts/common/fs/nfs/nfs4_vnops.c
1970
NULL, OP_OPEN, bsep, NULL, NULL);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
2029
mi, vp, NULL, NULL, NULL, OP_OPEN, NULL, NULL, NULL);
usr/src/uts/common/fs/nfs/nfs4_vnops.c
727
lost_rqstp->lr_op = OP_OPEN;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
985
v_error = vattr_to_fattr4(in_va, NULL, attr, 0, OP_OPEN,
usr/src/uts/common/fs/nfs/nfs4_xdr.c
3085
IXDR_PUT_U_INT32(ptr, OP_OPEN);
usr/src/uts/common/fs/nfs/nfs4_xdr.c
3102
op = OP_OPEN;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
3964
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4140
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4516
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4633
case OP_OPEN:
usr/src/uts/common/fs/nfs/nfs4_xdr.c
4816
case OP_OPEN:
usr/src/uts/common/nfs/nfs4_kprot.h
1444
OP_COPEN = OP_OPEN | SUNW_PRIVATE_OP,