Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c348 if ((cnp->cn_ndp->ni_op == OP_SETATTR) && in devfs_devfd_lookup()
/xnu-10063.101.15/bsd/nfs/
H A Dnfs_serv.c2214 ni.ni_op = OP_LOOKUP; in nfsrv_create()
2504 ni.ni_op = OP_LOOKUP; in nfsrv_mknod()
3686 ni.ni_op = OP_LOOKUP; in nfsrv_symlink()
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_vnops.c426 ndp->ni_op = OP_LINK; in vn_open_auth()
H A Dvfs_xattr.c2519 nd->ni_op = OP_LINK; in open_xattrfile()
H A Dvfs_subr.c11948 op = (ndp->ni_op < OP_MAXOP) ? ndp->ni_op: OP_LOOKUP; in vnode_trigger_resolve()
H A Dvfs_syscalls.c5605 nd.ni_op = OP_LINK; in linkat_internal()
5871 nd.ni_op = OP_LOOKUP; in symlinkat_internal()