Home
last modified time | relevance | path

Searched refs:RESOLVE_LOCAL (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dpaths.h46 #define RESOLVE_LOCAL 0x00000004 /* prevent a path lookup into a network filesystem */ macro
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_lookup.c347 if (resolve_flags & RESOLVE_LOCAL) { in namei()