Home
last modified time | relevance | path

Searched refs:pm_maxcluster (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/msdosfs/
Dmsdosfs_fat.c362 for (cn = 0; cn < pmp->pm_maxcluster; cn++)
545 if (cn < CLUST_FIRST || cn > pmp->pm_maxcluster)
630 if (start < CLUST_FIRST || start + count - 1 > pmp->pm_maxcluster)
697 max_idx = pmp->pm_maxcluster / N_INUSEBITS;
805 newst = (start * 1103515245 + 12345) % (pmp->pm_maxcluster + 1);
808 for (cn = newst; cn <= pmp->pm_maxcluster;) {
871 while (cluster >= CLUST_FIRST && cluster <= pmp->pm_maxcluster) {
935 for (cn = 0; cn < (pmp->pm_maxcluster + N_INUSEBITS) / N_INUSEBITS; cn++)
944 for (cn = CLUST_FIRST; cn <= pmp->pm_maxcluster; cn++) {
Dmsdosfsmount.h72 uint32_t pm_maxcluster; /* maximum cluster number */ member
Dmsdosfs_vfsops.c480 pmp->pm_maxcluster = pmp->pm_nmbrofclusters + 1;
497 if (pmp->pm_maxcluster
572 pmp->pm_inusemap = malloc(((pmp->pm_maxcluster + N_INUSEBITS - 1)