Lines Matching refs:NumClusters
271 boot->NumClusters = in readboot()
275 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) { in readboot()
277 boot->NumClusters); in readboot()
280 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()
282 boot->NumClusters); in readboot()
288 boot->bpbRootClust >= boot->NumClusters) { in readboot()
293 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()
295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()
299 boot->NumClusters); in readboot()
315 if (boot->NumFatEntries < boot->NumClusters) { in readboot()
317 boot->NumClusters, boot->FATsecs); in readboot()
326 boot->NumClusters += CLUST_FIRST; in readboot()