Searched refs:NumClusters (Results 1 – 5 of 5) sorted by relevance
214 fat = calloc(boot->NumClusters, sizeof(struct fatEntry)); in readfat()217 (size_t)boot->NumClusters); in readfat()282 for (cl = CLUST_FIRST; cl < boot->NumClusters;) { in readfat()302 if (cl >= boot->NumClusters) in readfat()413 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) in comparefat()444 p >= CLUST_FIRST && p < boot->NumClusters; in tryclear()477 p >= CLUST_FIRST && p < boot->NumClusters && in checkfat()514 if (n < CLUST_FIRST || n >= boot->NumClusters) { in checkfat()534 p >= CLUST_FIRST && p < boot->NumClusters; in checkfat()621 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in writefat()[all …]
219 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / in readboot()224 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) in readboot()226 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()230 boot->NumClusters); in readboot()246 if (boot->NumFatEntries < boot->NumClusters - CLUST_FIRST) { in readboot()248 boot->NumClusters, boot->FATsecs); in readboot()
253 boot->bpbRootClust >= boot->NumClusters) { in resetDosDirSection()313 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()398 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters) in checksize()456 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in readDosDirSection()704 || dirent.head >= boot->NumClusters in readDosDirSection()713 || dirent.head >= boot->NumClusters) in readDosDirSection()747 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters) in readDosDirSection()858 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in readDosDirSection()959 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
73 cl_t NumClusters; /* # of entries in a FAT */ member
9663 unsigned NumClusters = Last - First + 1; in findJumpTables() local9666 if (NumClusters >= MinJumpTableEntries && in findJumpTables()9872 size_t NumClusters = Last - First + 1; in findBitTestClusters() local9874 sizeof(Clusters[0]) * NumClusters); in findBitTestClusters()9875 DstIndex += NumClusters; in findBitTestClusters()10422 unsigned NumClusters = W.LastCluster - W.FirstCluster + 1; in visitSwitch() local10424 if (NumClusters > 3 && TM.getOptLevel() != CodeGenOpt::None && in visitSwitch()