Symbol: CLONE_FILES
arch/um/drivers/chan_user.c
261
pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out);
init/main.c
738
pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES);
kernel/fork.c
1631
if (clone_flags & CLONE_FILES) {
kernel/fork.c
2591
unsigned long flags = CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|
kernel/fork.c
3049
CLONE_VM|CLONE_FILES|CLONE_SYSVSEM|
kernel/fork.c
3104
if ((unshare_flags & CLONE_FILES) &&
kernel/fork.c
3259
error = unshare_fd(CLONE_FILES, &copy);
kernel/kthread.c
460
CLONE_FS | CLONE_FILES | SIGCHLD);
tools/testing/selftests/bpf/prog_tests/fexit_sleep.c
46
cpid = clone(do_sleep, child_stack + STACK_SIZE, CLONE_FILES | SIGCHLD, fexit_skel);
tools/testing/selftests/cgroup/test_core.c
834
CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD,
tools/testing/selftests/core/close_range_test.c
113
.flags = CLONE_FILES,
tools/testing/selftests/core/close_range_test.c
202
.flags = CLONE_FILES,
tools/testing/selftests/core/close_range_test.c
386
.flags = CLONE_FILES,
tools/testing/selftests/core/close_range_test.c
503
.flags = CLONE_FILES,
tools/testing/selftests/core/close_range_test.c
601
.flags = CLONE_FILES,
tools/testing/selftests/core/unshare_test.c
25
.flags = CLONE_FILES,
tools/testing/selftests/core/unshare_test.c
81
err = unshare(CLONE_FILES);
tools/testing/selftests/filesystems/utils.c
398
pid = do_clone(userns_fd_cb, h, CLONE_NEWUSER | CLONE_FILES | CLONE_VM);
tools/testing/selftests/memfd/fuse_test.c
213
SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM,
tools/testing/selftests/memfd/memfd_test.c
1754
pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM);
tools/testing/selftests/mm/pkey_sighandler_tests.c
326
long ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES |
tools/testing/selftests/mm/pkey_sighandler_tests.c
497
long ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES |
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
359
CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0);
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
363
CLONE_VM | CLONE_FILES); ASSERT_GT(pid, 0);
tools/testing/selftests/proc/fd-001-lookup.c
104
if (unshare(CLONE_FILES) == -1)
tools/testing/selftests/sched/cs_prctl_test.c
64
const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
tools/testing/selftests/seccomp/seccomp_bpf.c
3935
.flags = CLONE_FILES,
tools/testing/selftests/seccomp/seccomp_bpf.c
3986
.flags = CLONE_FILES,
tools/testing/selftests/seccomp/seccomp_bpf.c
4046
.flags = CLONE_FILES,
tools/testing/selftests/x86/lam.c
869
SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, NULL);
tools/testing/selftests/x86/lam.c
897
SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, test);