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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c697 /* If SAVESTART is set, we should have a dvp */
698 if (cnp->cn_flags & SAVESTART) {
794 if (cnp->cn_flags & SAVESTART)
795 panic("lookup: SAVESTART");
1070 if (cnp->cn_flags & SAVESTART) {
1447 if (cnp->cn_flags & SAVESTART)
1448 panic("lookup: SAVESTART");
H A Dvfs_cache.c1210 ((cnp->cn_flags & (ISLASTCN | LOCKPARENT | WANTPARENT | SAVESTART)) == ISLASTCN)) {
H A Dvfs_syscalls.c5876 NDINIT(&fromnd, LOOKUP, OP_COPYFILE, SAVESTART | AUDITVNPATH1,
5883 LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | AUDITVNPATH2 | CN_NBMOUNTLOOK,

Completed in 102 milliseconds