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