Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dinit.h169 extern struct file_system_type rootfs_fs_type;
/linux-6.12.1/init/
Ddo_mounts.c507 struct file_system_type rootfs_fs_type = { variable
/linux-6.12.1/fs/
Dnamespace.c5492 mnt = vfs_kern_mount(&rootfs_fs_type, 0, "rootfs", NULL); in init_mount_tree()