Home
last modified time | relevance | path

Searched refs:clsectoff (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
252 clsectoff = (cluster % (BPS / sizeof(cluster))); in exfat_fat_next()
256 nextclust = le32toh(fatsect[clsectoff]); in exfat_fat_next()