Lines Matching refs:NumClusters
151 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) {
219 fat = calloc(boot->NumClusters, sizeof(struct fatEntry));
286 for (cl = CLUST_FIRST; cl < boot->NumClusters;) {
306 if (cl >= boot->NumClusters)
413 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++)
424 for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) {
460 for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
469 p >= CLUST_FIRST && p < boot->NumClusters;
472 if (len > boot->NumClusters) {
490 for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
497 for (p = head,wdk=boot->NumClusters;
498 (n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters && wdk;
513 if (n < CLUST_FIRST || n >= boot->NumClusters) {
528 p >= CLUST_FIRST && p < boot->NumClusters;
614 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) {
634 if (cl + 1 < boot->NumClusters
667 for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
706 if ((boot->FSNext >= boot->NumClusters) || (fat[boot->FSNext].next != CLUST_FREE)) {
710 for (head = CLUST_FIRST; head < boot->NumClusters; head++)
719 if (boot->FSNext > boot->NumClusters ) {
720 pwarn("FSNext block (%d) not correct NumClusters (%d)\n",
721 boot->FSNext, boot->NumClusters);
729 for (head = CLUST_FIRST; head < boot->NumClusters; head++)