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

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h126 #define NAMEI_CONTLOOKUP 0x002 /* Continue processing a lookup which was partially processed in a compound VNOP */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c245 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
473 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
525 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
H A Dvfs_lookup.c192 if (ndp->ni_flag & NAMEI_CONTLOOKUP) {
200 ndp->ni_flag &= ~(NAMEI_CONTLOOKUP);
H A Dvfs_syscalls.c4060 if ((ndp->ni_flag & NAMEI_CONTLOOKUP) == 0) {
5996 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) {
6006 if ((tond->ni_flag & NAMEI_CONTLOOKUP) != 0 || !continuing) {
6286 if ((fromnd->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6287 if ((tond->ni_flag & NAMEI_CONTLOOKUP) == 0) {
6288 panic("EKEEPLOOKING without NAMEI_CONTLOOKUP on either ndp?");
H A Dkpi_vfs.c1841 ndp->ni_flag |= NAMEI_CONTLOOKUP;

Completed in 52 milliseconds