Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dinit.h152 extern struct file_system_type rootfs_fs_type;
/linux-5.19.10/init/
Ddo_mounts.c660 struct file_system_type rootfs_fs_type = { variable
/linux-5.19.10/fs/
Dnamespace.c4383 mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", NULL); in init_mount_tree()