Home
last modified time | relevance | path

Searched refs:ndflags (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_symfile.c243 u_int32_t ndflags; in kern_open_file_for_direct_io() local
266 ndflags = NOFOLLOW; in kern_open_file_for_direct_io()
267 NDINIT(&nd, LOOKUP, OP_OPEN, ndflags, UIO_SYSSPACE, CAST_USER_ADDR_T(ref->name), ref->ctx); in kern_open_file_for_direct_io()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_exclave_fs.c1010 uint32_t ndflags = NOCROSSMOUNT; in exclave_fs_open_internal() local
1018 ndflags |= NOFOLLOW; in exclave_fs_open_internal()
1020 ndflags |= FOLLOW; in exclave_fs_open_internal()
1068 NDINIT(ndp, LOOKUP, OP_OPEN, ndflags, UIO_SYSSPACE, in exclave_fs_open_internal()
H A Dvfs_subr.c7742 u_int32_t ndflags = 0; in vnode_lookupat() local
7751 ndflags = NOFOLLOW; in vnode_lookupat()
7753 ndflags = FOLLOW; in vnode_lookupat()
7757 ndflags |= NOCROSSMOUNT; in vnode_lookupat()
7761 ndflags |= CN_NBMOUNTLOOK; in vnode_lookupat()
7765 NDINIT(ndp, LOOKUP, OP_LOOKUP, ndflags, UIO_SYSSPACE, in vnode_lookupat()
7802 u_int32_t ndflags = 0; in vnode_open() local
7816 ndflags = NOFOLLOW; in vnode_open()
7818 ndflags = FOLLOW; in vnode_open()
7826 ndflags |= NOCROSSMOUNT; in vnode_open()
[all …]