Searched refs:init_mount (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/init/ |
H A D | do_mounts_initrd.c | 80 init_mount(".", "/", NULL, MS_MOVE, NULL); in init_linuxrc() 110 init_mount("..", ".", NULL, MS_MOVE, NULL); in handle_initrd() 124 error = init_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL); in handle_initrd()
|
H A D | do_mounts.c | 166 ret = init_mount(name, "/root", fs, flags, data_page); in do_mount_root() 492 init_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
|
/openbmc/linux/include/linux/ |
H A D | init_syscalls.h | 3 int __init init_mount(const char *dev_name, const char *dir_name,
|
/openbmc/linux/drivers/base/ |
H A D | devtmpfs.c | 370 err = init_mount("devtmpfs", "dev", "devtmpfs", DEVTMPFS_MFLAGS, NULL); in devtmpfs_mount() 419 err = init_mount("devtmpfs", "/", "devtmpfs", DEVTMPFS_MFLAGS, NULL); in devtmpfs_setup()
|
/openbmc/linux/fs/ |
H A D | init.c | 16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function
|