Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:FSNext

706 			if ((boot->FSNext >= boot->NumClusters) || (fat[boot->FSNext].next != CLUST_FREE)) {
708 boot->FSNext);
712 boot->FSNext = head;
719 if (boot->FSNext > boot->NumClusters ) {
720 pwarn("FSNext block (%d) not correct NumClusters (%d)\n",
721 boot->FSNext, boot->NumClusters);
722 boot->FSNext=CLUST_FIRST; // boot->FSNext can have -1 value.
725 if (boot->NumFree && fat[boot->FSNext].next != CLUST_FREE) {
727 boot->FSNext);
731 boot->FSNext = head;