Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c184 pmp->pm_firstcluster = pmp->pm_fatblk in m_msdosfs_mount()
193 pmp->pm_firstcluster = pmp->pm_rootdirblk + pmp->pm_rootdirsize; in m_msdosfs_mount()
196 pmp->pm_maxcluster = ((pmp->pm_HugeSectors - pmp->pm_firstcluster) / in m_msdosfs_mount()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfsmount.h96 u_long pm_firstcluster; /* block number of first cluster */ member
208 (de_cn2bn((pmp), (cn)-CLUST_FIRST) + (pmp)->pm_firstcluster)
H A Dmsdosfs_vfsops.c449 pmp->pm_firstcluster, dirclu, dirleft, pmp->pm_rootdirsize, in rootdir_free()
684 pmp->pm_firstcluster = pmp->pm_fatblk + in mountmsdosfs()
692 pmp->pm_firstcluster = pmp->pm_rootdirblk + pmp->pm_rootdirsize; in mountmsdosfs()
695 if (pmp->pm_HugeSectors <= pmp->pm_firstcluster) { in mountmsdosfs()
699 pmp->pm_maxcluster = (pmp->pm_HugeSectors - pmp->pm_firstcluster) / in mountmsdosfs()