IS_EXT3_SB
if ((ctx->opt_flags & MOPT_NO_EXT3) && IS_EXT3_SB(sb)) {
if (!IS_EXT3_SB(sb) && !IS_EXT2_SB(sb) &&
if (IS_EXT3_SB(sb)) {