Searched refs:CLONE_FS (Results 1 – 16 of 16) sorted by relevance
30 - const uint64_t kAndroidCloneMask = CLONE_VM | CLONE_FS | CLONE_FILES |36 - CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD |43 + const int required = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND |
10 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
44 # define CLONE_FS 0x00000200 /* Set if fs info shared between processes. */ macro
12 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
56 ksys_unshare(CLONE_FS | CLONE_FILES); in init_linuxrc()
680 pid = kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init()692 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
1487 if (clone_flags & CLONE_FS) { in copy_fs()1917 if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS)) in copy_process()1920 if ((clone_flags & (CLONE_NEWUSER|CLONE_FS)) == (CLONE_NEWUSER|CLONE_FS)) in copy_process()2494 unsigned long flags = CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD| in create_io_thread()2926 if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_NEWNS|CLONE_SIGHAND| in check_unshare_flags()2961 if (!(unshare_flags & CLONE_FS) || !fs) in unshare_fs()3016 unshare_flags |= CLONE_THREAD | CLONE_FS; in ksys_unshare()3031 unshare_flags |= CLONE_FS; in ksys_unshare()
336 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
47 unshare(CLONE_FS); in perf_evlist__poll_thread()
212 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
1070 pid = spawn_idle_thread(CLONE_FILES | CLONE_FS | CLONE_VM); in main()
148 CLONE_FS149 If CLONE_FS is set, file system information of the caller266 CLONE_NEWNS is set, force CLONE_FS.
627 unshare(CLONE_FS); in display_thread_tui()685 unshare(CLONE_FS); in display_thread()