Home
last modified time | relevance | path

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

/linux-6.15/init/
H A Ddo_mounts_initrd.c75 ksys_unshare(CLONE_FS | CLONE_FILES); in init_linuxrc()
/linux-6.15/drivers/base/
H A Ddevtmpfs.c421 err = ksys_unshare(CLONE_NEWNS); in devtmpfs_setup()
/linux-6.15/kernel/
H A Dfork.c3326 int ksys_unshare(unsigned long unshare_flags) in ksys_unshare() function
3447 return ksys_unshare(unshare_flags); in SYSCALL_DEFINE1()
/linux-6.15/include/linux/
H A Dsyscalls.h1226 int ksys_unshare(unsigned long unshare_flags);