Home
last modified time | relevance | path

Searched refs:NAMEI_CONTLOOKUP (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/bsd/sys/
H A Dnamei.h130 #define NAMEI_CONTLOOKUP 0x002 /* Continue processing a lookup which was partially proces… macro
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_vnops.c261 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth_do_create()
529 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth()
594 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth()
H A Dvfs_lookup.c215 if (ndp->ni_flag & NAMEI_CONTLOOKUP) { in namei()
223 ndp->ni_flag &= ~(NAMEI_CONTLOOKUP); in namei()
H A Dvfs_syscalls.c4130 !(ndp->ni_flag & NAMEI_CONTLOOKUP) && in nameiat()
6359 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in unlinkat_internal()
9231 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) { in renameat_internal()
9243 if ((tond->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) { in renameat_internal()
9676 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) == 0) { in renameat_internal()
9677 if ((tond->ni_flag & NAMEI_CONTLOOKUP) == 0) { in renameat_internal()
H A Dkpi_vfs.c2102 ndp->ni_flag |= NAMEI_CONTLOOKUP; in vnode_lookup_continue_needed()