Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dprobe.c450 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local
464 sect_count = tmp[0] + (tmp[1] << 8); in probe_fat()
465 if (sect_count == 0) in probe_fat()
466 sect_count = blkid_le32(ms->ms_total_sect); in probe_fat()
476 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat()