Searched refs:cluster_ratio_bits (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtst_fs_struct.c67 check_field(cluster_ratio_bits);
H A Dgen_bitmap64.c150 bitmap->cluster_bits = fs->cluster_ratio_bits;
766 if (fs->cluster_ratio_bits == ext2fs_get_bitmap_granularity(bmap))
780 ratio = 1 << fs->cluster_ratio_bits;
H A Dopenfs.c278 fs->cluster_ratio_bits = fs->super->s_log_cluster_size -
281 EXT2_CLUSTERS_PER_GROUP(fs->super) << fs->cluster_ratio_bits) {
H A Dbitmaps.c133 if (!fs->cluster_ratio_bits)
H A Dext2fs.h239 int cluster_ratio_bits; member in struct:struct_ext2_filsys
610 #define EXT2FS_CLUSTER_RATIO(fs) (1 << (fs)->cluster_ratio_bits)
612 #define EXT2FS_B2C(fs, blk) ((blk) >> (fs)->cluster_ratio_bits)
614 #define EXT2FS_C2B(fs, cluster) ((cluster) << (fs)->cluster_ratio_bits)
617 (fs)->cluster_ratio_bits)
H A Dinitialize.c205 fs->cluster_ratio_bits = super->s_log_cluster_size -
/external/e2fsprogs/misc/
H A De2freefrag.c126 chunk_start_blk >> fs->cluster_ratio_bits);
H A Dmke2fs.c578 fs->blocksize << fs->cluster_ratio_bits,
/external/e2fsprogs/e2fsck/
H A Dpass1.c1906 if (!ctx->fs->cluster_ratio_bits) {
1913 if (ctx->fs->cluster_ratio_bits &&
2366 } else if (!(ctx->fs->cluster_ratio_bits &&

Completed in 4544 milliseconds