Searched refs:IS_EXT2_SB (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/ext4/
H A Dsuper.c96 #define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type) macro
98 #define IS_EXT2_SB(sb) (0) macro
1488 if ((m->flags & MOPT_NO_EXT2) && IS_EXT2_SB(sb)) { handle_mount_opt()
3611 if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) && ext4_fill_super()
3676 if (IS_EXT2_SB(sb)) { ext4_fill_super()

Completed in 79 milliseconds