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

  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 185 pmp->pm_fatdiv = 1;
270 pmp->pm_fatdiv = 2;
274 pmp->pm_fatdiv = 1;
286 pmp->pm_fatdiv = 2;
290 pmp->pm_fatdiv = 1;
312 __func__, pmp->pm_fatmask, pmp->pm_fatmult, pmp->pm_fatdiv,
  /src/sys/fs/msdosfs/
msdosfsmount.h 140 u_int pm_fatdiv; /* offset computation */ member in struct:msdosfsmount
146 #define FATOFS(pmp, cn) ((cn) * (pmp)->pm_fatmult / (pmp)->pm_fatdiv)
msdosfs_vfsops.c 621 pmp->pm_fatdiv = 1;
704 pmp->pm_fatdiv = 2;
708 pmp->pm_fatdiv = 1;
720 pmp->pm_fatdiv = 2;
724 pmp->pm_fatdiv = 1;
737 fatbytes = (pmp->pm_maxcluster+1) * pmp->pm_fatmult / pmp->pm_fatdiv;

Completed in 13 milliseconds