Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dclonefile.h34 #define CLONE_NOOWNERCOPY 0x0002 /* Don't copy ownership information from source */ macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c8882 if (!(flags & CLONE_NOOWNERCOPY) && vfs_context_issuser(ctx)) { in clonefile_internal()
9006 if (uap->flags & ~(CLONE_NOFOLLOW | CLONE_NOOWNERCOPY | CLONE_ACL | in clonefileat()
9048 if (uap->flags & ~(CLONE_NOFOLLOW | CLONE_NOOWNERCOPY | CLONE_ACL | in fclonefileat()