Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dnamei.h173 #define SAVESTART 0x00001000 /* save starting directory */ macro
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_lookup.c921 if (cnp->cn_flags & SAVESTART) { in lookup_handle_found_vnode()
1021 if (cnp->cn_flags & SAVESTART) { in lookup_handle_emptyname()
1378 if (cnp->cn_flags & SAVESTART) {
1842 if (cnp->cn_flags & SAVESTART) {
H A Dvfs_cache.c1867 ((cnp->cn_flags & (ISLASTCN | LOCKPARENT | WANTPARENT | SAVESTART)) == ISLASTCN)) { in cache_lookup_path()
H A Dvfs_syscalls.c7892 LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | AUDITVNPATH2 | CN_NBMOUNTLOOK, in copyfile()