Home
last modified time | relevance | path

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

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