Lines Matching refs:cluster_bits
862 img->cluster_bits); in init_refcount()
863 table_clusters >>= (img->cluster_bits + 6 - 1); in init_refcount()
891 int cluster_bits = get_bits_from_size(fs->blocksize); in initialize_qcow2_image() local
902 total_size = ext2fs_blocks_count(sb) << cluster_bits; in initialize_qcow2_image()
904 image->l2_size = 1 << (cluster_bits - 3); in initialize_qcow2_image()
905 image->cluster_bits = cluster_bits; in initialize_qcow2_image()
911 header->cluster_bits = ext2fs_cpu_to_be32(cluster_bits); in initialize_qcow2_image()
919 l2_bits = cluster_bits - 3; in initialize_qcow2_image()
920 shift = cluster_bits + l2_bits; in initialize_qcow2_image()
939 image->cluster_bits; in initialize_qcow2_image()
1098 table_index = offset >> (2 * img->cluster_bits - 1); in update_refcount()
1140 ref->refcount_table_clusters << img->cluster_bits, NO_BLK); in sync_refcount()