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

  /external/e2fsprogs/lib/blkid/
probe.c 450 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; local
476 cluster_count = sect_count - (reserved + fat_size + dir_size);
479 cluster_count /= ms->ms_cluster_size;
481 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
878 s->cluster_count=sector2cluster(s, s->sector_count);
929 if(cluster > s->cluster_count) {
1071 s->sector_count = s->faked_sectors + s->sectors_per_cluster*s->cluster_count;
1784 int cluster_count = 0; local
    [all...]

Completed in 98 milliseconds