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

  /external/e2fsprogs/lib/ext2fs/
tst_fs_struct.c 67 check_field(cluster_ratio_bits);
openfs.c 331 fs->cluster_ratio_bits = fs->super->s_log_cluster_size -
334 EXT2_CLUSTERS_PER_GROUP(fs->super) << fs->cluster_ratio_bits) {
bitmaps.c 134 if (!fs->cluster_ratio_bits)
gen_bitmap64.c 151 bitmap->cluster_bits = fs->cluster_ratio_bits;
768 if (fs->cluster_ratio_bits == ext2fs_get_bitmap_granularity(bmap))
782 ratio = 1 << fs->cluster_ratio_bits;
initialize.c 219 fs->cluster_ratio_bits = super->s_log_cluster_size -
ext2fs.h 247 int cluster_ratio_bits; member in struct:struct_ext2_filsys
635 #define EXT2FS_CLUSTER_RATIO(fs) (1 << (fs)->cluster_ratio_bits)
637 #define EXT2FS_B2C(fs, blk) ((blk) >> (fs)->cluster_ratio_bits)
639 #define EXT2FS_C2B(fs, cluster) ((cluster) << (fs)->cluster_ratio_bits)
642 (fs)->cluster_ratio_bits)
    [all...]
  /external/e2fsprogs/debugfs/
e2freefrag.c 127 chunk_start_blk >> fs->cluster_ratio_bits);
  /external/e2fsprogs/misc/
e2freefrag.c 127 chunk_start_blk >> fs->cluster_ratio_bits);
mke2fs.c 680 fs->blocksize << fs->cluster_ratio_bits,
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c     [all...]

Completed in 412 milliseconds