Lines Matching refs:CLUST_FIRST
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()
964 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()