Searched refs:extent_fs (Results 1 – 1 of 1) sorted by relevance
560 int extent_fs; in check_is_really_dir() local594 extent_fs = ext2fs_has_feature_extents(ctx->fs->super); in check_is_really_dir()632 } else if (extent_fs && (inode->i_flags & EXT4_EXTENTS_FL)) { in check_is_really_dir()1063 int imagic_fs, extent_fs, inlinedata_fs; in e2fsck_pass1() local1105 extent_fs = ext2fs_has_feature_extents(sb); in e2fsck_pass1()1429 if ((inode->i_flags & EXT4_EXTENTS_FL) && !extent_fs && in e2fsck_pass1()1437 extent_fs = 1; in e2fsck_pass1()1457 if (extent_fs && !(inode->i_flags & EXT4_EXTENTS_FL) && in e2fsck_pass1()1748 if (extent_fs && (inode->i_flags & EXT4_EXTENTS_FL) && in e2fsck_pass1()3051 int extent_fs; in check_blocks() local[all …]