Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:NumClusters

65 	    || (*next >= boot->NumClusters && *next < CLUST_EOFS)) {
132 fat = malloc(len = boot->NumClusters * sizeof(struct fatEntry));
200 for (cl = CLUST_FIRST; cl < boot->NumClusters;) {
220 if (cl >= boot->NumClusters)
331 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++)
342 for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) {
362 p >= CLUST_FIRST && p < boot->NumClusters;
386 for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
395 p >= CLUST_FIRST && p < boot->NumClusters &&
411 for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
418 (n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters;
432 if (n < CLUST_FIRST || n >= boot->NumClusters) {
452 p >= CLUST_FIRST && p < boot->NumClusters;
538 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) {
561 if (cl >= boot->NumClusters)
593 for (head = CLUST_FIRST; head < boot->NumClusters; head++) {
626 (boot->FSNext >= boot->NumClusters ||
630 (boot->FSNext >= boot->NumClusters) ? "invalid" : "not free");
632 for (head = CLUST_FIRST; head < boot->NumClusters; head++)