Home
last modified time | relevance | path

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

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