Home
last modified time | relevance | path

Searched refs:ni_op (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dnamei.h106 enum path_operation ni_op; /* intended operation, see enum path_operation in vnode.h */ member
208 (ndp)->ni_op = pop; \
/xnu-8796.141.3/bsd/nfs/
H A Dnfs_serv.c2204 ni.ni_op = OP_LOOKUP; in nfsrv_create()
2494 ni.ni_op = OP_LOOKUP; in nfsrv_mknod()
3676 ni.ni_op = OP_LOOKUP; in nfsrv_symlink()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_vnops.c426 ndp->ni_op = OP_LINK; in vn_open_auth()
H A Dvfs_xattr.c2525 nd->ni_op = OP_LINK; in open_xattrfile()
H A Dvfs_subr.c11792 op = (ndp->ni_op < OP_MAXOP) ? ndp->ni_op: OP_LOOKUP; in vnode_trigger_resolve()
H A Dvfs_syscalls.c5612 nd.ni_op = OP_LINK; in linkat_internal()
5878 nd.ni_op = OP_LOOKUP; in symlinkat_internal()