Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/sys/
H A Dnamei.h173 #define SAVESTART 0x00001000 /* save starting directory */ macro
/xnu-10063.121.3/bsd/vfs/
H A Dvfs_lookup.c918 if (cnp->cn_flags & SAVESTART) { in lookup_handle_found_vnode()
1022 if (cnp->cn_flags & SAVESTART) { in lookup_handle_emptyname()
1379 if (cnp->cn_flags & SAVESTART) {
1843 if (cnp->cn_flags & SAVESTART) {
H A Dvfs_cache.c2204 ((cnp->cn_flags & (ISLASTCN | LOCKPARENT | WANTPARENT | SAVESTART)) == ISLASTCN)) { in cache_lookup_path()
2319 ((cnp->cn_flags & (ISLASTCN | LOCKPARENT | WANTPARENT | SAVESTART)) == ISLASTCN)) { in cache_lookup_path()
H A Dvfs_syscalls.c8461 LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART | AUDITVNPATH2 | CN_NBMOUNTLOOK, in copyfile()