Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dnamei.h182 #define SAVESTART 0x00001000 /* save starting directory */ macro
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_lookup.c1122 if (cnp->cn_flags & SAVESTART) { in lookup_handle_found_vnode()
1226 if (cnp->cn_flags & SAVESTART) { in lookup_handle_emptyname()
1618 if (cnp->cn_flags & SAVESTART) {
2127 if (cnp->cn_flags & SAVESTART) {
H A Dvfs_cache.c2247 ((cnp->cn_flags & (ISLASTCN | LOCKPARENT | WANTPARENT | SAVESTART)) == ISLASTCN)) { in cache_lookup_path()
2362 ((cnp->cn_flags & (ISLASTCN | LOCKPARENT | WANTPARENT | SAVESTART)) == ISLASTCN)) { in cache_lookup_path()
H A Dvfs_syscalls.c8997 LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | AUDITVNPATH2 | CN_NBMOUNTLOOK, in copyfile()