Searched refs:NumClusters (Results 1 – 7 of 7) sorted by relevance
264 boot->NumClusters = in readboot() 268 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) { in readboot() 270 boot->NumClusters); in readboot() 273 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot() 275 boot->NumClusters); in readboot() 281 boot->bpbRootClust >= boot->NumClusters) { in readboot() 286 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot() 288 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot() 292 boot->NumClusters); in readboot() 308 if (boot->NumFatEntries < boot->NumClusters) { in readboot() [all...]
559 return (cl >= CLUST_FIRST && cl < boot->NumClusters); in valid_cl() 856 if (bitmap_ctor(&fat->headbitmap, boot->NumClusters, in readfat() 859 (size_t)boot->NumClusters); in readfat() 975 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in readfat() 1274 chains > 0 && head < boot->NumClusters; in checklost() 1342 (boot->FSNext >= boot->NumClusters ||1346 (boot->FSNext >= boot->NumClusters) ? "invalid" : "not free");1348 for (head = CLUST_FIRST; head < boot->NumClusters; head++)
72 cl_t NumClusters; /* # of entries in a FAT */ member
1126 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect() 1129 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()
178 unsigned NumClusters = Last - First + 1; in findJumpTables() local181 if (NumClusters >= MinJumpTableEntries && in findJumpTables()358 size_t NumClusters = Last - First + 1; in findBitTestClusters() local360 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()361 DstIndex += NumClusters; in findBitTestClusters()
770 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in translateSwitch() local772 if (NumClusters > 3 && in translateSwitch()
12533 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local12535 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOptLevel::None && in visitSwitch()