HomeSort by: relevance | last modified time | path
    Searched refs:pm_firstcluster (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfsmount.h 124 u_long pm_firstcluster; /* sector number of first cluster */ member in struct:msdosfsmount
231 (de_cn2bn((pmp), (cn)-CLUST_FIRST) + (pmp)->pm_firstcluster)
msdosfs_vfsops.c 683 pmp->pm_firstcluster = pmp->pm_fatblk
692 pmp->pm_firstcluster = pmp->pm_rootdirblk + pmp->pm_rootdirsize;
695 pmp->pm_nmbrofclusters = (pmp->pm_HugeSectors - pmp->pm_firstcluster) /
  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 249 pmp->pm_firstcluster = pmp->pm_fatblk
258 pmp->pm_firstcluster = pmp->pm_rootdirblk + pmp->pm_rootdirsize;
261 pmp->pm_nmbrofclusters = (pmp->pm_HugeSectors - pmp->pm_firstcluster) /

Completed in 16 milliseconds