Searched refs:init_mount (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | init_syscalls.h | 3 int __init init_mount(const char *dev_name, const char *dir_name,
|
| /linux/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()
|
| /linux/fs/ |
| H A D | init.c | 33 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function
|
| /linux/init/ |
| H A D | do_mounts.c | 159 ret = init_mount(name, "/root", fs, flags, data_page); in do_mount_root()
|