Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c143 #define IS_EXT3_SB(sb) ((sb)->s_bdev->bd_holder == &ext3_fs_type) macro
2163 if ((m->flags & MOPT_NO_EXT3) && IS_EXT3_SB(sb)) { in handle_mount_opt()
4172 if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) && in ext4_fill_super()
4394 if (IS_EXT3_SB(sb)) { in ext4_fill_super()
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c160 #define IS_EXT3_SB(sb) ((sb)->s_type == &ext3_fs_type) macro
2774 if ((ctx->opt_flags & MOPT_NO_EXT3) && IS_EXT3_SB(sb)) { in ext4_check_opt_consistency()
4401 if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) && in ext4_set_def_opts()
4705 if (IS_EXT3_SB(sb)) { in ext4_check_feature_compatibility()

Completed in 20 milliseconds