Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dsuper.c143 #define IS_EXT2_SB(sb) ((sb)->s_type == &ext2_fs_type) macro
145 #define IS_EXT2_SB(sb) (0) macro
2736 if ((ctx->opt_flags & MOPT_NO_EXT2) && IS_EXT2_SB(sb)) { in ext4_check_opt_consistency()
3013 if (IS_EXT2_SB(sb)) in _ext4_show_options()
4380 if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) && in ext4_set_def_opts()
4685 if (IS_EXT2_SB(sb)) { in ext4_check_feature_compatibility()