Searched refs:CLONE_FS (Results 1 – 7 of 7) sorted by relevance
895 if (clone_flags & CLONE_FS) { in copy_fs()1128 if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS)) in copy_process()1669 if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_NEWNS|CLONE_SIGHAND| in check_unshare_flags()1694 if (!(unshare_flags & CLONE_FS) || !fs) in unshare_fs()1750 unshare_flags |= CLONE_FS; in SYSCALL_DEFINE1()
145 pid = kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | SIGCHLD); in create_kthread()
298 CLONE_FS | CLONE_FILES | SIGCHLD); in __call_usermodehelper()
370 kernel_thread(kernel_init, NULL, CLONE_FS | CLONE_SIGHAND); in rest_init()372 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()
82 DEFINE(CLONE_FS_asm, CLONE_FS); in foo()
141 CLONE_FS142 If CLONE_FS is set, file system information of the caller243 CLONE_NEWNS is set, force CLONE_FS.
9 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro108 #define CLONE_KERNEL (CLONE_FS | CLONE_FILES | CLONE_SIGHAND)