Home | History | Annotate | Download | only in misc

Lines Matching full:cluster_bits

839 					      img->cluster_bits);
840 table_clusters >>= (img->cluster_bits + 6 - 1);
868 int cluster_bits = get_bits_from_size(fs->blocksize);
876 total_size = ext2fs_blocks_count(sb) << cluster_bits;
878 image->l2_size = 1 << (cluster_bits - 3);
879 image->cluster_bits = cluster_bits;
885 header->cluster_bits = ext2fs_cpu_to_be32(cluster_bits);
893 l2_bits = cluster_bits - 3;
894 shift = cluster_bits + l2_bits;
913 image->cluster_bits;
1072 table_index = offset >> (2 * img->cluster_bits - 1);
1114 ref->refcount_table_clusters << img->cluster_bits, NO_BLK);