Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dexfat.c247 uint32_t fat_offset_sect, clsect, clsectoff; in exfat_fat_next() local
251 clsect = fat_offset_sect + (cluster / (BPS / sizeof(cluster))); in exfat_fat_next()
255 fatsect = read_sect(fp, clsect, BPS); in exfat_fat_next()