Searched refs:CLONE_FS (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsched.h12 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h12 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/linux-master/kernel/
H A Dvhost_task.c110 .flags = CLONE_FS | CLONE_UNTRACED | CLONE_VM |
H A Dfork.c1751 if (clone_flags & CLONE_FS) {
2151 if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS))
2154 if ((clone_flags & (CLONE_NEWUSER|CLONE_FS)) == (CLONE_NEWUSER|CLONE_FS))
2733 unsigned long flags = CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|
3197 if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_NEWNS|CLONE_SIGHAND|
3232 if (!(unshare_flags & CLONE_FS) || !fs)
3287 unshare_flags |= CLONE_THREAD | CLONE_FS;
3302 unshare_flags |= CLONE_FS;
[all...]
H A Dkthread.c412 CLONE_FS | CLONE_FILES | SIGCHLD);
/linux-master/tools/perf/util/
H A Dsideband_evlist.c47 unshare(CLONE_FS);
/linux-master/init/
H A Ddo_mounts_initrd.c76 ksys_unshare(CLONE_FS | CLONE_FILES);
H A Dmain.c704 pid = user_mode_thread(kernel_init, NULL, CLONE_FS);
717 pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES);
/linux-master/tools/testing/selftests/memfd/
H A Dfuse_test.c213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM,
H A Dmemfd_test.c1604 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM);
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
/linux-master/tools/testing/selftests/x86/
H A Dlam.c765 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, NULL);
793 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, test);
/linux-master/tools/perf/
H A Dbuiltin-top.c631 unshare(CLONE_FS);
685 unshare(CLONE_FS);

Completed in 153 milliseconds