Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c128 #define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type) macro
130 #define IS_EXT2_SB(sb) (0) macro
2158 if ((m->flags & MOPT_NO_EXT2) && IS_EXT2_SB(sb)) { in handle_mount_opt()
2619 if (IS_EXT2_SB(sb)) in _ext4_show_options()
4172 if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) && in ext4_fill_super()
4377 if (IS_EXT2_SB(sb)) { in ext4_fill_super()
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c144 #define IS_EXT2_SB(sb) ((sb)->s_type == &ext2_fs_type) macro
146 #define IS_EXT2_SB(sb) (0) macro
2769 if ((ctx->opt_flags & MOPT_NO_EXT2) && IS_EXT2_SB(sb)) { in ext4_check_opt_consistency()
3048 if (IS_EXT2_SB(sb)) in _ext4_show_options()
4401 if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) && in ext4_set_def_opts()
4688 if (IS_EXT2_SB(sb)) { in ext4_check_feature_compatibility()

Completed in 20 milliseconds