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

  /external/e2fsprogs/lib/ext2fs/
qcow2.h 46 __u32 cluster_bits; member in struct:ext2_qcow2_hdr
96 __u32 cluster_bits; member in struct:ext2_qcow2_image
qcow2.c 177 img.cluster_bits = ext2fs_be32_to_cpu(hdr->cluster_bits);
178 img.cluster_size = 1 << img.cluster_bits;
181 img.l2_size = 1 << (img.cluster_bits - 3);
189 ret = ext2fs_get_memzero(1 << img.cluster_bits, &copy_buf);
233 off_out <<= img.cluster_bits;
gen_bitmap64.c 144 bitmap->cluster_bits = 0;
151 bitmap->cluster_bits = fs->cluster_ratio_bits;
318 new_bmap->cluster_bits = src->cluster_bits;
446 arg >>= bitmap->cluster_bits;
483 arg >>= bitmap->cluster_bits;
513 arg >>= bitmap->cluster_bits;
655 block >>= bmap->cluster_bits;
656 end += (1 << bmap->cluster_bits) - 1;
657 end >>= bmap->cluster_bits;
    [all...]
bmap64.h 47 int cluster_bits; member in struct:ext2fs_struct_generic_bitmap
bitmaps.c 150 bmap->cluster_bits = 0;
162 return bmap->cluster_bits;
  /external/e2fsprogs/misc/
e2image.c 853 img->cluster_bits);
854 table_clusters >>= (img->cluster_bits + 6 - 1);
882 int cluster_bits = get_bits_from_size(fs->blocksize); local
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
    [all...]

Completed in 67 milliseconds