Home
last modified time | relevance | path

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

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