Home
last modified time | relevance | path

Searched refs:CLONE_ACL (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dclonefile.h35 #define CLONE_ACL 0x0004 /* Copy access control lists from source */ macro
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c8608 if (flags & CLONE_ACL) { in clonefile_internal()
8762 if (uap->flags & ~(CLONE_NOFOLLOW | CLONE_NOOWNERCOPY | CLONE_ACL)) { in clonefileat()
8795 if (uap->flags & ~(CLONE_NOFOLLOW | CLONE_NOOWNERCOPY | CLONE_ACL)) { in fclonefileat()