Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dnamei.h172 #define DONOTAUTH 0x00000800 /* do not authorize during lookup */ macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_lookup.c1361 if ((cnp->cn_flags & DONOTAUTH) != DONOTAUTH) {
H A Dvfs_cache.c2211 if (!(cnp->cn_flags & DONOTAUTH) && in cache_lookup_path()
2290 if (!(cnp->cn_flags & DONOTAUTH)) { in cache_lookup_path()
H A Dvfs_xattr.c3085 NDINIT(nd, LOOKUP, OP_OPEN, LOCKLEAF | NOFOLLOW | USEDVP | DONOTAUTH, in open_xattrfile()
3382 NDINIT(&nd, DELETE, OP_UNLINK, LOCKPARENT | NOFOLLOW | DONOTAUTH, in remove_xattrfile()