Home
last modified time | relevance | path

Searched refs:NAMEI_ROOTDIR (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dnamei.h147 #define NAMEI_ROOTDIR 0x2000 /* Limit lookup to ni_rootdir (similar to chroot) */ macro
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_lookup.c351 if (!(ndp->ni_flag & NAMEI_ROOTDIR)) { in namei()
360 if (ndp->ni_flag & NAMEI_ROOTDIR) { in namei()
H A Dvfs_vnops.c432 ndp->ni_flag &= NAMEI_ROOTDIR; in vn_open_auth()
556 ndp->ni_flag &= NAMEI_ROOTDIR; in vn_open_auth()
H A Dvfs_exclave_fs.c933 ndp->ni_flag = NAMEI_ROOTDIR; in exclave_fs_open_internal()