Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dprobe.c524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local
538 sect_count = tmp[0] + (tmp[1] << 8); in probe_fat()
539 if (sect_count == 0) in probe_fat()
540 sect_count = blkid_le32(ms->ms_total_sect); in probe_fat()
550 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat()
/external/u-boot/tools/
Dmxsimage.c166 unsigned int sect_count; member
756 ictx->sect_count++; in sb_build_section()
1368 hdr->section_count = ictx->sect_count; in sb_postfill_image_header()
2263 ictx->sect_count * sizeof(struct sb_sections_header) + in sb_build_image()