Searched refs:CLONE_FS (Results 1 – 4 of 4) sorted by relevance
15 unshare_flags |= CloneFlags::CLONE_THREAD.bits() | CloneFlags::CLONE_FS.bits(); in sys_unshare()27 unshare_flags |= CloneFlags::CLONE_FS.bits(); in sys_unshare()
58 | CloneFlags::CLONE_FS in check_unshare_flags()
33 const CLONE_FS = 0x00000200; constant350 if (clone_flags == (CloneFlags::CLONE_NEWNS | CloneFlags::CLONE_FS)) in copy_process()351 || clone_flags == (CloneFlags::CLONE_NEWUSER | CloneFlags::CLONE_FS) in copy_process()
316 CloneFlags::CLONE_VM | CloneFlags::CLONE_FS | CloneFlags::CLONE_SIGNAL, in init_stage2()469 CloneFlags::CLONE_VM | CloneFlags::CLONE_FS | CloneFlags::CLONE_SIGNAL, in kthread_daemon()