Home | History | Annotate | Download | only in misc

Lines Matching refs:cluster_bits

853 					      img->cluster_bits);
854 table_clusters >>= (img->cluster_bits + 6 - 1);
882 int cluster_bits = get_bits_from_size(fs->blocksize);
890 total_size = ext2fs_blocks_count(sb) << cluster_bits;
892 image->l2_size = 1 << (cluster_bits - 3);
893 image->cluster_bits = cluster_bits;
899 header->cluster_bits = ext2fs_cpu_to_be32(cluster_bits);
907 l2_bits = cluster_bits - 3;
908 shift = cluster_bits + l2_bits;
927 image->cluster_bits;
1086 table_index = offset >> (2 * img->cluster_bits - 1);
1128 ref->refcount_table_clusters << img->cluster_bits, NO_BLK);