Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dsuper.c141 #define IS_EXT3_SB(sb) ((sb)->s_bdev->bd_holder == &ext3_fs_type) macro
1765 if ((m->flags & MOPT_NO_EXT3) && IS_EXT3_SB(sb)) { in handle_mount_opt()
3661 if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) && in ext4_fill_super()
3767 if (IS_EXT3_SB(sb)) { in ext4_fill_super()