Home
last modified time | relevance | path

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

/linux/fs/ext2/
H A Dsuper.c1697 static struct file_system_type ext2_fs_type = {
1714 err = register_filesystem(&ext2_fs_type); in init_ext2_fs()
1725 unregister_filesystem(&ext2_fs_type); in exit_ext2_fs()
1696 static struct file_system_type ext2_fs_type = { global() variable
/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)
7428 int err = register_filesystem(&ext2_fs_type); in register_as_ext2()
7436 unregister_filesystem(&ext2_fs_type);