Searched refs:extent_fs (Results 1 – 1 of 1) sorted by relevance
668 int extent_fs; in check_is_really_dir() local702 extent_fs = ext2fs_has_feature_extents(ctx->fs->super); in check_is_really_dir()740 } else if (extent_fs && (inode->i_flags & EXT4_EXTENTS_FL)) { in check_is_really_dir()1173 int imagic_fs, extent_fs, inlinedata_fs; in e2fsck_pass1() local1217 extent_fs = ext2fs_has_feature_extents(sb); in e2fsck_pass1()1585 if ((inode->i_flags & EXT4_EXTENTS_FL) && !extent_fs && in e2fsck_pass1()1593 extent_fs = 1; in e2fsck_pass1()1613 if (extent_fs && !(inode->i_flags & EXT4_EXTENTS_FL) && in e2fsck_pass1()1864 if (extent_fs && (inode->i_flags & EXT4_EXTENTS_FL) && in e2fsck_pass1()3275 int extent_fs; in check_blocks() local[all …]