Home
last modified time | relevance | path

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

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