Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Ddo_mounts_initrd.c76 ksys_unshare(CLONE_FS | CLONE_FILES); in init_linuxrc()
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c416 err = ksys_unshare(CLONE_NEWNS); in devtmpfs_setup()
/openbmc/linux/kernel/
H A Dfork.c3385 int ksys_unshare(unsigned long unshare_flags) in ksys_unshare() function
3506 return ksys_unshare(unshare_flags); in SYSCALL_DEFINE1()
/openbmc/linux/include/linux/
H A Dsyscalls.h1177 int ksys_unshare(unsigned long unshare_flags);