Searched refs:init_mount (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/init/ |
D | do_mounts_initrd.c | 79 init_mount(".", "/", NULL, MS_MOVE, NULL); in init_linuxrc() 109 init_mount("..", ".", NULL, MS_MOVE, NULL); in handle_initrd() 123 error = init_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL); in handle_initrd()
|
D | do_mounts.c | 165 ret = init_mount(name, "/root", fs, flags, data_page); in do_mount_root() 494 init_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
|
/linux-6.12.1/include/linux/ |
D | init_syscalls.h | 3 int __init init_mount(const char *dev_name, const char *dir_name,
|
/linux-6.12.1/drivers/base/ |
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()
|
/linux-6.12.1/fs/ |
D | init.c | 16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function
|