Home
last modified time | relevance | path

Searched refs:CLONE_FS (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/namespaces/
H A Dsyscall.rs15 unshare_flags |= CloneFlags::CLONE_THREAD.bits() | CloneFlags::CLONE_FS.bits(); in sys_unshare()
27 unshare_flags |= CloneFlags::CLONE_FS.bits(); in sys_unshare()
H A Dnamespace.rs58 | CloneFlags::CLONE_FS in check_unshare_flags()
/DragonOS/kernel/src/process/
H A Dfork.rs33 const CLONE_FS = 0x00000200; constant
350 if (clone_flags == (CloneFlags::CLONE_NEWNS | CloneFlags::CLONE_FS)) in copy_process()
351 || clone_flags == (CloneFlags::CLONE_NEWUSER | CloneFlags::CLONE_FS) in copy_process()
H A Dkthread.rs316 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()