Home
last modified time | relevance | path

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

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