Searched refs:init_mount (Results 1 - 5 of 5) sorted by relevance

/linux-master/init/
H A Ddo_mounts_initrd.c80 init_mount(".", "/", NULL, MS_MOVE, NULL);
110 init_mount("..", ".", NULL, MS_MOVE, NULL);
124 error = init_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL);
H A Ddo_mounts.c157 /* init_mount() requires a full page as fifth argument */
162 /* zero-pad. init_mount() will make sure it's terminated */
166 ret = init_mount(name, "/root", fs, flags, data_page);
495 init_mount(".", "/", NULL, MS_MOVE, NULL);
/linux-master/include/linux/
H A Dinit_syscalls.h3 int __init init_mount(const char *dev_name, const char *dir_name,
/linux-master/drivers/base/
H A Ddevtmpfs.c370 err = init_mount("devtmpfs", "dev", "devtmpfs", DEVTMPFS_MFLAGS, NULL);
419 err = init_mount("devtmpfs", "/", "devtmpfs", DEVTMPFS_MFLAGS, NULL);
/linux-master/fs/
H A Dinit.c16 int __init init_mount(const char *dev_name, const char *dir_name, function

Completed in 113 milliseconds