Home
last modified time | relevance | path

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

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