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

/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfsmount.h92 u_long pm_firstcluster; /* block number of first cluster */ member in struct:msdosfsmount
204 (de_cn2bn((pmp), (cn)-CLUST_FIRST) + (pmp)->pm_firstcluster)
H A Dmsdosfs_vfsops.c572 pmp->pm_firstcluster = pmp->pm_fatblk
580 pmp->pm_firstcluster = pmp->pm_rootdirblk + pmp->pm_rootdirsize;
583 pmp->pm_maxcluster = (pmp->pm_HugeSectors - pmp->pm_firstcluster) /
/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c192 pmp->pm_firstcluster = pmp->pm_fatblk
201 pmp->pm_firstcluster = pmp->pm_rootdirblk + pmp->pm_rootdirsize;
204 pmp->pm_maxcluster = ((pmp->pm_HugeSectors - pmp->pm_firstcluster) /

Completed in 62 milliseconds