Home
last modified time | relevance | path

Searched refs:rootfs_fs_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dinit.h169 extern struct file_system_type rootfs_fs_type;
/openbmc/linux/init/
H A Ddo_mounts.c505 struct file_system_type rootfs_fs_type = { variable
/openbmc/linux/fs/
H A Dnamespace.c4700 mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", NULL); in init_mount_tree()