Home
last modified time | relevance | path

Searched refs:cluster_bits (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dgen_bitmap64.c143 bitmap->cluster_bits = 0; in ext2fs_alloc_generic_bmap()
150 bitmap->cluster_bits = fs->cluster_ratio_bits; in ext2fs_alloc_generic_bmap()
317 new_bmap->cluster_bits = src->cluster_bits; in ext2fs_copy_generic_bmap()
444 arg >>= bitmap->cluster_bits; in ext2fs_mark_generic_bmap()
481 arg >>= bitmap->cluster_bits; in ext2fs_unmark_generic_bmap()
511 arg >>= bitmap->cluster_bits; in ext2fs_test_generic_bmap()
653 block >>= bmap->cluster_bits; in ext2fs_test_block_bitmap_range2()
654 end += (1 << bmap->cluster_bits) - 1; in ext2fs_test_block_bitmap_range2()
655 end >>= bmap->cluster_bits; in ext2fs_test_block_bitmap_range2()
691 block >>= bmap->cluster_bits; in ext2fs_mark_block_bitmap_range2()
[all …]
Dqcow2.c172 img.cluster_bits = ext2fs_be32_to_cpu(hdr->cluster_bits); in qcow2_write_raw_image()
173 img.cluster_size = 1 << img.cluster_bits; in qcow2_write_raw_image()
176 img.l2_size = 1 << (img.cluster_bits - 3); in qcow2_write_raw_image()
184 ret = ext2fs_get_memzero(1 << img.cluster_bits, &copy_buf); in qcow2_write_raw_image()
228 off_out <<= img.cluster_bits; in qcow2_write_raw_image()
Dqcow2.h46 __u32 cluster_bits; member
96 __u32 cluster_bits; member
Dbitmaps.c149 bmap->cluster_bits = 0; in ext2fs_allocate_subcluster_bitmap()
161 return bmap->cluster_bits; in ext2fs_get_bitmap_granularity()
Dbmap64.h47 int cluster_bits; member
Dblkmap64_ba.c333 if (bitmap->cluster_bits) in ba_find_first_zero()
/external/e2fsprogs/misc/
De2image.c839 img->cluster_bits); in init_refcount()
840 table_clusters >>= (img->cluster_bits + 6 - 1); in init_refcount()
868 int cluster_bits = get_bits_from_size(fs->blocksize); in initialize_qcow2_image() local
876 total_size = ext2fs_blocks_count(sb) << cluster_bits; in initialize_qcow2_image()
878 image->l2_size = 1 << (cluster_bits - 3); in initialize_qcow2_image()
879 image->cluster_bits = cluster_bits; in initialize_qcow2_image()
885 header->cluster_bits = ext2fs_cpu_to_be32(cluster_bits); in initialize_qcow2_image()
893 l2_bits = cluster_bits - 3; in initialize_qcow2_image()
894 shift = cluster_bits + l2_bits; in initialize_qcow2_image()
913 image->cluster_bits; in initialize_qcow2_image()
[all …]