Home
last modified time | relevance | path

Searched refs:init_mount (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/init/
Ddo_mounts_initrd.c80 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()
Ddo_mounts.c166 ret = init_mount(name, "/root", fs, flags, data_page); in do_mount_root()
492 init_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
/linux-6.6.21/include/linux/
Dinit_syscalls.h3 int __init init_mount(const char *dev_name, const char *dir_name,
/linux-6.6.21/drivers/base/
Ddevtmpfs.c370 err = init_mount("devtmpfs", "dev", "devtmpfs", DEVTMPFS_MFLAGS, NULL); in devtmpfs_mount()
419 err = init_mount("devtmpfs", "/", "devtmpfs", DEVTMPFS_MFLAGS, NULL); in devtmpfs_setup()
/linux-6.6.21/fs/
Dinit.c16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function