Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c186 pmp->pm_firstcluster = pmp->pm_fatblk in m_msdosfs_mount()
195 pmp->pm_firstcluster = pmp->pm_rootdirblk + pmp->pm_rootdirsize; in m_msdosfs_mount()
198 pmp->pm_maxcluster = ((pmp->pm_HugeSectors - pmp->pm_firstcluster) / in m_msdosfs_mount()
/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfsmount.h88 u_long pm_firstcluster; /* block number of first cluster */ member
199 (de_cn2bn((pmp), (cn)-CLUST_FIRST) + (pmp)->pm_firstcluster)
H A Dmsdosfs_vfsops.c448 pmp->pm_firstcluster = pmp->pm_fatblk + in mountmsdosfs()
456 pmp->pm_firstcluster = pmp->pm_rootdirblk + pmp->pm_rootdirsize; in mountmsdosfs()
459 if (pmp->pm_HugeSectors <= pmp->pm_firstcluster) { in mountmsdosfs()
463 pmp->pm_maxcluster = (pmp->pm_HugeSectors - pmp->pm_firstcluster) / in mountmsdosfs()