Searched refs:NumClusters (Results 1 – 9 of 9) sorted by relevance
273 boot->NumClusters = in readboot()277 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) { in readboot()279 boot->NumClusters); in readboot()282 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()284 boot->NumClusters); in readboot()290 boot->bpbRootClust >= boot->NumClusters) { in readboot()295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()297 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()301 boot->NumClusters); in readboot()317 if (boot->NumFatEntries < boot->NumClusters) { in readboot()[all …]
561 return (cl >= CLUST_FIRST && cl < boot->NumClusters); in valid_cl()858 if (bitmap_ctor(&fat->headbitmap, boot->NumClusters, in readfat()861 (size_t)boot->NumClusters); in readfat()966 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in readfat()1265 chains > 0 && head < boot->NumClusters; in checklost()1310 (boot->FSNext >= boot->NumClusters || in checklost()1314 (boot->FSNext >= boot->NumClusters) ? "invalid" : "not free"); in checklost()1316 for (head = CLUST_FIRST; head < boot->NumClusters; head++) in checklost()
73 cl_t NumClusters; /* # of entries in a FAT */ member
1115 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()1118 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()
173 unsigned NumClusters = Last - First + 1; in findJumpTables() local176 if (NumClusters >= MinJumpTableEntries && in findJumpTables()352 size_t NumClusters = Last - First + 1; in findBitTestClusters() local354 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()355 DstIndex += NumClusters; in findBitTestClusters()
176 unsigned NumClusters = Last - First + 1; in findJumpTables() local179 if (NumClusters >= MinJumpTableEntries && in findJumpTables()355 size_t NumClusters = Last - First + 1; in findBitTestClusters() local357 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()358 DstIndex += NumClusters; in findBitTestClusters()
8420 unsigned NumClusters = Last - First + 1; in findJumpTables() local8423 if (NumClusters >= MinJumpTableSize && in findJumpTables()8654 size_t NumClusters = Last - First + 1; in findBitTestClusters() local8656 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()8657 DstIndex += NumClusters; in findBitTestClusters()9114 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local9116 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None) { in visitSwitch()
10627 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local10629 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None && in visitSwitch()
10758 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local10760 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None && in visitSwitch()