Searched refs:CLONE_FS (Results 1 – 12 of 12) sorted by relevance
12 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
1632 if (clone_flags & (CLONE_NEWNS | CLONE_FS)) in copy_fs() 1642 if (clone_flags & CLONE_FS) { in copy_fs() 2029 if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS)) in copy_process() 2032 if ((clone_flags & (CLONE_NEWUSER|CLONE_FS)) == (CLONE_NEWUSER|CLONE_FS)) in copy_process() 2696 unsigned long flags = CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD| in create_io_thread() 2727 * CLONE_NEWNS|CLONE_FS mutual exclusion check works correctly. in kernel_clone() 3166 if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_SIGHAND| in check_unshare_flags() 3199 if (!(unshare_flags & CLONE_FS) || !f in unshare_fs() [all...]
460 CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
330 ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES | in test_sigsegv_handler_with_different_pkey_for_stack() 510 ret = clone_raw(CLONE_VM | CLONE_FS | CLONE_FILES | in test_pkru_sigreturn()
48 unshare(CLONE_FS); in perf_evlist__poll_thread()
213 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
1754 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.
64 const int THREAD_CLONE_FLAGS = CLONE_THREAD | CLONE_SIGHAND | CLONE_FS | CLONE_VM | CLONE_FILES;
869 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, NULL); in handle_thread()897 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, test); in handle_thread_enable()
633 unshare(CLONE_FS); in display_thread_tui() 688 unshare(CLONE_FS); in display_thread()