Home
last modified time | relevance | path

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

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