Searched refs:init_mount (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/init/ |
D | do_mounts_initrd.c | 60 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()
|
D | do_mounts.c | 376 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/ |
D | init_syscalls.h | 3 int __init init_mount(const char *dev_name, const char *dir_name,
|
/Linux-v5.15/drivers/base/ |
D | devtmpfs.c | 366 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/ |
D | init.c | 16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function
|