Lines Matching refs:CLUST_FIRST
241 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) { in resetDosDirSection()
247 if (cl < CLUST_FIRST in resetDosDirSection()
316 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()
401 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters) in checksize()
455 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in check_dot_dot()
505 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in check_dot_dot()
542 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in readDosDirSection()
790 } else if (dirent.head < CLUST_FIRST in readDosDirSection()
799 else if (dirent.head < CLUST_FIRST in readDosDirSection()
834 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters) in readDosDirSection()
968 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in readDosDirSection()
1055 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()