Searched refs:init_mount (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/init/ |
H A 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()
|
H A D | do_mounts.c | 398 /* init_mount() requires a full page as fifth argument */ in do_mount_root() 403 /* zero-pad. init_mount() will make sure it's terminated */ in do_mount_root() 407 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-6.6/init/ |
H A D | do_mounts_initrd.c | 80 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()
|
H A D | do_mounts.c | 157 /* init_mount() requires a full page as fifth argument */ in do_mount_root() 162 /* zero-pad. init_mount() will make sure it's terminated */ in do_mount_root() 166 ret = init_mount(name, "/root", fs, flags, data_page); in do_mount_root() 492 init_mount(".", "/", NULL, MS_MOVE, NULL); in prepare_namespace()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devtmpfs.c | 370 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-6.6/drivers/base/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/ |
H A D | init.c | 16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | init.c | 16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function
|
Completed in 5 milliseconds