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

  /external/e2fsprogs/lib/blkid/
probe.c 526 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; local
552 cluster_count = sect_count - (reserved + fat_size + dir_size);
555 cluster_count /= ms->ms_cluster_size;
557 if (cluster_count > FAT32_MAX)
    [all...]
  /external/qemu/block/
vvfat.c 335 uint32_t cluster_count; /* total number of clusters of this partition */ member in struct:BDRVVVFATState
879 s->cluster_count=sector2cluster(s, s->sector_count);
930 if(cluster > s->cluster_count) {
1072 s->sector_count = s->faked_sectors + s->sectors_per_cluster*s->cluster_count;
1789 int cluster_count = 0; local
    [all...]

Completed in 125 milliseconds