Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dnamei.h147 #define NAMEI_NOFOLLOW_ANY 0x1000 /* no symlinks allowed in the path */ macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c435 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
555 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
H A Dvfs_lookup.c346 if (ndp->ni_flag & NAMEI_NOFOLLOW_ANY) { in namei()