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

  /external/e2fsprogs/lib/ext2fs/
bmap64.h 47 int cluster_bits; member in struct:ext2fs_struct_generic_bitmap
qcow2.h 46 __u32 cluster_bits; member in struct:ext2_qcow2_hdr
96 __u32 cluster_bits; member in struct:ext2_qcow2_image
  /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 63 milliseconds