Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dnamei.h105 enum path_operation ni_op; /* intended operation, see enum path_operation in vnode.h */ member
204 (ndp)->ni_op = pop; \
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c348 if ((cnp->cn_ndp->ni_op == OP_SETATTR) && in devfs_devfd_lookup()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_vnops.c432 ndp->ni_op = OP_LINK; in vn_open_auth()
H A Dvfs_xattr.c3094 nd->ni_op = OP_LINK; in open_xattrfile()
H A Dvfs_subr.c12190 op = (ndp->ni_op < OP_MAXOP) ? ndp->ni_op: OP_LOOKUP; in vnode_trigger_resolve()
H A Dvfs_syscalls.c5754 nd.ni_op = OP_LINK; in linkat_internal()
6043 nd.ni_op = OP_LOOKUP; in symlinkat_internal()
/xnu-11215.81.4/bsd/nfs/
H A Dnfs_serv.c2214 ni.ni_op = OP_LOOKUP; in nfsrv_create()
2504 ni.ni_op = OP_LOOKUP; in nfsrv_mknod()
3697 ni.ni_op = OP_LOOKUP; in nfsrv_symlink()