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

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h165 #define DONOTAUTH 0x00000800 /* do not authorize during lookup */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c1004 if ( (cnp->cn_flags & DONOTAUTH) != DONOTAUTH ) {
H A Dvfs_xattr.c2448 NDINIT(&nd, LOOKUP, OP_OPEN, LOCKLEAF | NOFOLLOW | USEDVP | DONOTAUTH,
2649 NDINIT(&nd, DELETE, OP_UNLINK, LOCKPARENT | NOFOLLOW | DONOTAUTH,
H A Dvfs_cache.c1089 if (!(cnp->cn_flags & DONOTAUTH)) {

Completed in 47 milliseconds