Searched refs:ndflags (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | kern_symfile.c | 242 u_int32_t ndflags; in kern_open_file_for_direct_io() local 265 ndflags = NOFOLLOW; in kern_open_file_for_direct_io() 266 NDINIT(&nd, LOOKUP, OP_OPEN, ndflags, UIO_SYSSPACE, CAST_USER_ADDR_T(ref->name), ref->ctx); in kern_open_file_for_direct_io()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_exclave_fs.c | 1014 uint32_t ndflags = NOCROSSMOUNT; in exclave_fs_open_internal() local 1022 ndflags |= NOFOLLOW; in exclave_fs_open_internal() 1024 ndflags |= FOLLOW; in exclave_fs_open_internal() 1057 NDINIT(ndp, LOOKUP, OP_OPEN, ndflags, UIO_SYSSPACE, in exclave_fs_open_internal()
|
| H A D | vfs_subr.c | 7697 u_int32_t ndflags = 0; in vnode_lookupat() local 7706 ndflags = NOFOLLOW; in vnode_lookupat() 7708 ndflags = FOLLOW; in vnode_lookupat() 7712 ndflags |= NOCROSSMOUNT; in vnode_lookupat() 7716 ndflags |= CN_NBMOUNTLOOK; in vnode_lookupat() 7757 u_int32_t ndflags = 0; in vnode_open() local 7771 ndflags = NOFOLLOW; in vnode_open() 7773 ndflags = FOLLOW; in vnode_open() 7781 ndflags |= NOCROSSMOUNT; in vnode_open() 7785 ndflags |= CN_NBMOUNTLOOK; in vnode_open() [all …]
|