Searched refs:sects_per_fat (Results 1 – 2 of 2) sorted by relevance
550 ui32 sects_per_fat, old_clust_off, ssize; in FtlnSetClustSect1() local573 sects_per_fat = RD16_LE(&bpb[22]); in FtlnSetClustSect1()574 if (sects_per_fat == 0) in FtlnSetClustSect1()575 sects_per_fat = RD32_LE(&bpb[36]); in FtlnSetClustSect1()582 ftl->frst_clust_sect = ftl->vol_frst_sect + num_fats * sects_per_fat + rsrvd_sects + root_sects; in FtlnSetClustSect1()
95 uint32_t sects_per_fat; // FAT (1 table) size in sectors member
Completed in 4 milliseconds