Home
last modified time | relevance | path

Searched refs:init_mount (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dinit_syscalls.h3 int __init init_mount(const char *dev_name, const char *dir_name,
/linux/drivers/base/
H A Ddevtmpfs.c370 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 Dinit.c33 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() function
/linux/init/
H A Ddo_mounts.c159 ret = init_mount(name, "/root", fs, flags, data_page); in do_mount_root()