Home
last modified time | relevance | path

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

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