Searched refs:pm_nxtfree (Results 1 – 5 of 5) sorted by relevance
275 pmp->pm_nxtfree = getulong(fp->fsinxtfree); in m_msdosfs_mount()287 if ((pmp->pm_nxtfree == 0xffffffffUL) || in m_msdosfs_mount()288 (pmp->pm_nxtfree > pmp->pm_maxcluster)) in m_msdosfs_mount()378 putulong(fp->fsinxtfree, pmp->pm_nxtfree); in msdosfs_fsiflush()
691 pmp->pm_nxtfree = start + count; in chainalloc()692 if (pmp->pm_nxtfree > pmp->pm_maxcluster) in chainalloc()693 pmp->pm_nxtfree = CLUST_FIRST; in chainalloc()750 newst = pmp->pm_nxtfree; in clusteralloc1()
784 pmp->pm_nxtfree = getulong(fp->fsinxtfree); in mountmsdosfs()785 if (pmp->pm_nxtfree > pmp->pm_maxcluster) in mountmsdosfs()786 pmp->pm_nxtfree = CLUST_FIRST; in mountmsdosfs()800 if (pmp->pm_nxtfree < CLUST_FIRST) in mountmsdosfs()801 pmp->pm_nxtfree = CLUST_FIRST; in mountmsdosfs()1092 putulong(fp->fsinxtfree, pmp->pm_nxtfree); in msdosfs_fsiflush()
714 pmp->pm_nxtfree = start + count; in chainalloc()715 if (pmp->pm_nxtfree > pmp->pm_maxcluster) in chainalloc()716 pmp->pm_nxtfree = CLUST_FIRST; in chainalloc()778 newst = pmp->pm_nxtfree; in clusteralloc1()
106 u_long pm_nxtfree; /* next place to search for a free cluster */ member