Lines Matching defs:clusters
514 u_long clusters;
706 * The last 10 (or 16?) clusters are reserved and must not
725 clusters = (pmp->pm_fatsize / pmp->pm_fatmult) * pmp->pm_fatdiv;
726 if (clusters >= (CLUST_RSRVD & pmp->pm_fatmask))
727 clusters = CLUST_RSRVD & pmp->pm_fatmask;
728 if (pmp->pm_maxcluster >= clusters) {
730 printf("Warning: number of clusters (%ld) exceeds FAT "
731 "capacity (%ld)\n", pmp->pm_maxcluster - 1, clusters);
733 pmp->pm_maxcluster = clusters - 1;
804 * Allocate memory for the bitmap of allocated clusters, and then