Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:CLUST_FIRST

241 		if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) {
247 if (cl < CLUST_FIRST
316 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) {
401 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters)
455 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) {
505 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters);
542 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) {
790 } else if (dirent.head < CLUST_FIRST
799 else if (dirent.head < CLUST_FIRST
834 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters)
968 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters);
1055 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) {