Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dclonefile.h33 #define CLONE_NOFOLLOW 0x0001 /* Don't follow symbolic links */ macro
/xnu-11417.121.6/tests/
H A Dfile_leases.c549 err = clonefile(testfile, destfile, CLONE_NOFOLLOW);
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c8835 follow = (flags & CLONE_NOFOLLOW) ? NOFOLLOW : FOLLOW; in clonefile_internal()
9054 if (uap->flags & ~(CLONE_NOFOLLOW | CLONE_NOOWNERCOPY | CLONE_ACL | in clonefileat()
9063 follow = (uap->flags & CLONE_NOFOLLOW) ? NOFOLLOW : FOLLOW; in clonefileat()
9096 if (uap->flags & ~(CLONE_NOFOLLOW | CLONE_NOOWNERCOPY | CLONE_ACL | in fclonefileat()