Searched refs:fatsect (Results 1 – 1 of 1) sorted by relevance
249 uint32_t *fatsect, nextclust; in exfat_fat_next() local256 fatsect = read_sect(fp, clsect, BPS); in exfat_fat_next()257 nextclust = le32toh(fatsect[clsectoff]); in exfat_fat_next()258 free(fatsect); in exfat_fat_next()