Searched refs:NumClusters (Results 1 – 4 of 4) sorted by relevance
138 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) { in checkclnum()273 for (cl = CLUST_FIRST; cl < boot->NumClusters;) { in readfat()293 if (cl >= boot->NumClusters) in readfat()404 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) in comparefat()435 p >= CLUST_FIRST && p < boot->NumClusters; in tryclear()459 for (head = CLUST_FIRST; head < boot->NumClusters; head++) { in checkfat()468 p >= CLUST_FIRST && p < boot->NumClusters && in checkfat()505 if (n < CLUST_FIRST || n >= boot->NumClusters) { in checkfat()525 p >= CLUST_FIRST && p < boot->NumClusters; in checkfat()611 for (cl = CLUST_FIRST; cl < boot->NumClusters; cl++) { in writefat()[all …]
189 boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / in readboot()194 else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) in readboot()196 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()200 boot->NumClusters); in readboot()216 if (boot->NumFatEntries < boot->NumClusters - CLUST_FIRST) { in readboot()218 boot->NumClusters, boot->FATsecs); in readboot()
239 boot->bpbRootClust >= boot->NumClusters) { in resetDosDirSection()314 while (startcl >= CLUST_FIRST && startcl < boot->NumClusters) { in delete()393 if (dir->head < CLUST_FIRST || dir->head >= boot->NumClusters) in checksize()451 if (dir->parent && (cl < CLUST_FIRST || cl >= boot->NumClusters)) { in readDosDirSection()699 || dirent.head >= boot->NumClusters in readDosDirSection()708 || dirent.head >= boot->NumClusters) in readDosDirSection()742 if (dirent.head >= CLUST_FIRST && dirent.head < boot->NumClusters) in readDosDirSection()853 } while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters); in readDosDirSection()954 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
71 cl_t NumClusters; /* # of entries in a FAT */ member
Completed in 8 milliseconds