Lines Matching refs:CLUST_FIRST
150 if (*next < CLUST_FIRST in checkclnum()
286 for (cl = CLUST_FIRST; cl < boot->NumClusters;) { in readfat()
413 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) in comparefat()
424 for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) { in clearchain()
460 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()
469 p >= CLUST_FIRST && p < boot->NumClusters; in checkfat()
490 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()
498 (n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters && wdk; in checkfat()
513 if (n < CLUST_FIRST || n >= boot->NumClusters) { in checkfat()
528 p >= CLUST_FIRST && p < boot->NumClusters; in checkfat()
614 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in writefat()
667 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checklost()
710 for (head = CLUST_FIRST; head < boot->NumClusters; head++) in checklost()
722 boot->FSNext=CLUST_FIRST; // boot->FSNext can have -1 value. in checklost()
729 for (head = CLUST_FIRST; head < boot->NumClusters; head++) in checklost()