ext2_fs_type     1636 fs/ext2/super.c static struct file_system_type ext2_fs_type = {
ext2_fs_type     1652 fs/ext2/super.c         err = register_filesystem(&ext2_fs_type);
ext2_fs_type     1663 fs/ext2/super.c 	unregister_filesystem(&ext2_fs_type);
ext2_fs_type      118 fs/ext4/super.c static struct file_system_type ext2_fs_type = {
ext2_fs_type      127 fs/ext4/super.c #define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type)
ext2_fs_type     6093 fs/ext4/super.c 	int err = register_filesystem(&ext2_fs_type);
ext2_fs_type     6101 fs/ext4/super.c 	unregister_filesystem(&ext2_fs_type);