Home
last modified time | relevance | path

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

/Linux-v5.15/init/
Ddo_mounts_initrd.c60 init_mount(".", "/", NULL, MS_MOVE, NULL); in init_linuxrc()
97 init_mount("..", ".", NULL, MS_MOVE, NULL); in handle_initrd()
111 error = init_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL); in handle_initrd()
Ddo_mounts.c376 ret = init_mount(name, "/root", fs, flags, data_page); in do_mount_root()
648 init_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
/Linux-v5.15/include/linux/
Dinit_syscalls.h3 int __init init_mount(const char *dev_name, const char *dir_name,
/Linux-v5.15/drivers/base/
Ddevtmpfs.c366 err = init_mount("devtmpfs", "dev", "devtmpfs", MS_SILENT, NULL); in devtmpfs_mount()
415 err = init_mount("devtmpfs", "/", "devtmpfs", MS_SILENT, NULL); in devtmpfs_setup()
/Linux-v5.15/fs/
Dinit.c16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function