Home
last modified time | relevance | path

Searched refs:ext2_fs_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dsuper.c1627 static struct file_system_type ext2_fs_type = { variable
1643 err = register_filesystem(&ext2_fs_type); in init_ext2_fs()
1654 unregister_filesystem(&ext2_fs_type); in exit_ext2_fs()
/openbmc/linux/fs/ext4/
H A Dsuper.c134 static struct file_system_type ext2_fs_type = { variable
144 #define IS_EXT2_SB(sb) ((sb)->s_type == &ext2_fs_type)
7272 int err = register_filesystem(&ext2_fs_type); in register_as_ext2()
7280 unregister_filesystem(&ext2_fs_type); in unregister_as_ext2()