Searched refs:CLUST_FIRST (Results 1 – 4 of 4) sorted by relevance
147 if (*next < CLUST_FIRST in checkclnum()283 for (cl = CLUST_FIRST; cl < boot->NumClusters;) { in readfat()414 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) in comparefat()425 for (p = head; p >= CLUST_FIRST && p < boot->NumClusters; p = q) { in clearchain()445 p >= CLUST_FIRST && p < boot->NumClusters; in tryclear()469 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()478 p >= CLUST_FIRST && p < boot->NumClusters && in checkfat()494 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()501 (n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters; in checkfat()515 if (n < CLUST_FIRST || n >= boot->NumClusters) { in checkfat()[all …]
248 if (boot->bpbRootClust < CLUST_FIRST || in resetDosDirSection()255 if (cl < CLUST_FIRST in resetDosDirSection()324 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()380 if ((endcl == curcl) || (startcl < CLUST_FIRST)) in removede()403 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters) in checksize()461 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in readDosDirSection()708 } else if (dirent.head < CLUST_FIRST in readDosDirSection()717 else if (dirent.head < CLUST_FIRST in readDosDirSection()752 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters) in readDosDirSection()863 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in readDosDirSection()[all …]
218 CLUST_FIRST * boot->bpbSecPerClust; in readboot()246 if (boot->NumFatEntries < boot->NumClusters - CLUST_FIRST) { in readboot()
94 #define CLUST_FIRST 2 /* 2 is the minimum valid cluster number */ macro