Home | History | Annotate | Download | only in msdosfs

Lines Matching refs:pm_maxcluster

281 		if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster) {
283 cn, (u_long)CLUST_FIRST, pmp->pm_maxcluster));
418 for (cn = 0; cn < pmp->pm_maxcluster; cn++)
603 if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster)
679 if (start < CLUST_FIRST || start + count - 1 > pmp->pm_maxcluster)
743 max_idx = pmp->pm_maxcluster / N_INUSEBITS;
838 newst = (start * 1103515245 + 12345) % (pmp->pm_maxcluster + 1);
841 for (cn = newst; cn <= pmp->pm_maxcluster;) {
903 while (cluster >= CLUST_FIRST && cluster <= pmp->pm_maxcluster) {
965 for (cn = 0; cn < (pmp->pm_maxcluster + N_INUSEBITS) / N_INUSEBITS; cn++)
974 for (cn = CLUST_FIRST; cn <= pmp->pm_maxcluster; cn++) {