Home
last modified time | relevance | path

Searched refs:RESOLVE_NOFOLLOW_ANY (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dpaths.h44 #define RESOLVE_NOFOLLOW_ANY 0x00000001 /* no symlinks allowed in path */ macro
/xnu-12377.41.6/tests/vfs/
H A Dresolve_namespace.c50 #ifndef RESOLVE_NOFOLLOW_ANY
51 #define RESOLVE_NOFOLLOW_ANY 0x00000001 macro
149 …snprintf(symlink_resolve, sizeof(symlink_resolve), "/.resolve/%d/%s/%s", RESOLVE_NOFOLLOW_ANY, tes…
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_lookup.c472 if (ndp->ni_flag & NAMEI_NOFOLLOW_ANY || (resolve_flags & RESOLVE_NOFOLLOW_ANY)) { in namei()
777 *resolve_flags |= RESOLVE_NOFOLLOW_ANY; in lookup_check_for_resolve_prefix()