Searched refs:CLUST_FIRST (Results 1 – 4 of 4) sorted by relevance
137 if (*next < CLUST_FIRST in checkclnum()273 for (cl = CLUST_FIRST; cl < boot->NumClusters;) { in readfat()404 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) in comparefat()435 p >= CLUST_FIRST && p < boot->NumClusters; in tryclear()459 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()468 p >= CLUST_FIRST && p < boot->NumClusters && in checkfat()484 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()505 if (n < CLUST_FIRST || n >= boot->NumClusters) { in checkfat()525 p >= CLUST_FIRST && p < boot->NumClusters; in checkfat()611 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in writefat()[all …]
238 if (boot->bpbRootClust < CLUST_FIRST || in resetDosDirSection()245 if (cl < CLUST_FIRST in resetDosDirSection()314 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()370 if ((endcl == curcl) || (startcl < CLUST_FIRST)) in removede()393 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters) in checksize()451 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in readDosDirSection()698 } else if (dirent.head < CLUST_FIRST in readDosDirSection()707 else if (dirent.head < CLUST_FIRST in readDosDirSection()742 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters) in readDosDirSection()853 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in readDosDirSection()[all …]
92 #define CLUST_FIRST 2 /* 2 is the minimum valid cluster number */ macro
174 CLUST_FIRST * boot->bpbSecPerClust; in readboot()216 if (boot->NumFatEntries < boot->NumClusters - CLUST_FIRST) { in readboot()
Completed in 7 milliseconds