Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dnamei.h131 #define NAMEI_CONTLOOKUP 0x002 /* Continue processing a lookup which was partially proces… macro
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_vnops.c265 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth_do_create()
524 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth()
584 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in vn_open_auth()
H A Dvfs_lookup.c207 if (ndp->ni_flag & NAMEI_CONTLOOKUP) { in namei()
215 ndp->ni_flag &= ~(NAMEI_CONTLOOKUP); in namei()
H A Dvfs_syscalls.c3953 !(ndp->ni_flag & NAMEI_CONTLOOKUP) && in nameiat()
6136 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) { in unlinkat_internal()
8972 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) { in renameat_internal()
8984 if ((tond->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) { in renameat_internal()
9406 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) == 0) { in renameat_internal()
9407 if ((tond->ni_flag & NAMEI_CONTLOOKUP) == 0) { in renameat_internal()
H A Dkpi_vfs.c2010 ndp->ni_flag |= NAMEI_CONTLOOKUP; in vnode_lookup_continue_needed()