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

/xnu-2422.115.4/bsd/sys/
H A Dnamei.h155 * SAVESTART is set only by the callers of namei. It implies SAVENAME
166 #define SAVESTART 0x00001000 /* save starting directory */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c745 /* If SAVESTART is set, we should have a dvp */
746 if (cnp->cn_flags & SAVESTART) {
842 if (cnp->cn_flags & SAVESTART)
843 panic("lookup: SAVESTART");
1151 if (cnp->cn_flags & SAVESTART) {
1585 if (cnp->cn_flags & SAVESTART)
1586 panic("lookup: SAVESTART");
H A Dvfs_cache.c1285 ((cnp->cn_flags & (ISLASTCN | LOCKPARENT | WANTPARENT | SAVESTART)) == ISLASTCN)) {
H A Dvfs_syscalls.c5938 NDINIT(&fromnd, LOOKUP, OP_COPYFILE, SAVESTART | AUDITVNPATH1,
5945 LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | AUDITVNPATH2 | CN_NBMOUNTLOOK,

Completed in 50 milliseconds