ksys_mount 372 drivers/base/devtmpfs.c err = ksys_mount("devtmpfs", mntdir, "devtmpfs", MS_SILENT, NULL); ksys_mount 397 drivers/base/devtmpfs.c *err = ksys_mount("devtmpfs", "/", "devtmpfs", MS_SILENT, NULL); ksys_mount 3365 fs/namespace.c return ksys_mount(dev_name, dir_name, type, flags, data); ksys_mount 1234 include/linux/syscalls.h int ksys_mount(const char __user *dev_name, const char __user *dir_name, ksys_mount 389 init/do_mounts.c int err = ksys_mount(name, "/root", fs, flags, data); ksys_mount 625 init/do_mounts.c ksys_mount(".", "/", NULL, MS_MOVE, NULL); ksys_mount 57 init/do_mounts_initrd.c ksys_mount(".", "/", NULL, MS_MOVE, NULL); ksys_mount 92 init/do_mounts_initrd.c ksys_mount("..", ".", NULL, MS_MOVE, NULL); ksys_mount 106 init/do_mounts_initrd.c error = ksys_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL);