HomeSort by relevance Sort by last modified time
    Searched refs:cluster_ratio_bits (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tst_fs_struct.c 67 check_field(cluster_ratio_bits);
gen_bitmap64.c 150 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;
openfs.c 278 fs->cluster_ratio_bits = fs->super->s_log_cluster_size -
281 EXT2_CLUSTERS_PER_GROUP(fs->super) << fs->cluster_ratio_bits) {
bitmaps.c 133 if (!fs->cluster_ratio_bits)
ext2fs.h 239 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)
    [all...]
initialize.c 205 fs->cluster_ratio_bits = super->s_log_cluster_size -
  /external/e2fsprogs/misc/
e2freefrag.c 126 chunk_start_blk >> fs->cluster_ratio_bits);
mke2fs.c 578 fs->blocksize << fs->cluster_ratio_bits,
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c     [all...]

Completed in 111 milliseconds