Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/fstyp/
H A Dexfat.c244 uint32_t fat_offset_sect, clsect, clsectoff; in exfat_fat_next() local
248 clsect = fat_offset_sect + (cluster / (BPS / sizeof(cluster))); in exfat_fat_next()
252 fatsect = read_sect(fp, clsect, BPS); in exfat_fat_next()