Home
last modified time | relevance | path

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

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