Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dclonefile.h36 #define CLONE_NOFOLLOW_ANY 0x0008 /* Don't follow any symbolic links in the path */ macro
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_syscalls.c9135 if (flags & CLONE_NOFOLLOW_ANY) { in clonefile_internal()
9355 CLONE_NOFOLLOW_ANY | CLONE_RESOLVE_BENEATH)) { in clonefileat()
9366 if (uap->flags & CLONE_NOFOLLOW_ANY) { in clonefileat()
9400 CLONE_NOFOLLOW_ANY | CLONE_RESOLVE_BENEATH)) { in fclonefileat()