Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dclonefile.h36 #define CLONE_NOFOLLOW_ANY 0x0008 /* Don't follow any symbolic links in the path */ macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_syscalls.c8789 if (flags & CLONE_NOFOLLOW_ANY) { in clonefile_internal()
9006 CLONE_NOFOLLOW_ANY)) { in clonefileat()
9017 if (uap->flags & CLONE_NOFOLLOW_ANY) { in clonefileat()
9048 CLONE_NOFOLLOW_ANY)) { in fclonefileat()