Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/userspace-api/
Dunshare.rst248 Each copy function such as copy_mm, copy_namespace, copy_files,
/linux-5.19.10/kernel/
Dfork.c1607 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files() function
2229 retval = copy_files(clone_flags, p); in copy_process()