Searched refs:init_mount (Results 1 – 7 of 7) sorted by relevance
/linux/init/ |
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()
|
A 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/include/linux/ |
A D | init_syscalls.h | 3 int __init init_mount(const char *dev_name, const char *dir_name,
|
/linux/drivers/base/ |
A 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/fs/ |
A D | init.c | 16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function
|
/linux/ |
A D | System.map | 122455 ffff80001179c02c T init_mount
|
A D | .tmp_System.map | 122455 ffff80001179c02c T init_mount
|
Completed in 334 milliseconds