Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:NumClusters

241 		if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) {
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)) {
791 || dirent.head >= boot->NumClusters
800 || dirent.head >= boot->NumClusters)
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) {
1058 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0;