OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pm_fatmult
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c
184
pmp->
pm_fatmult
= 4;
269
pmp->
pm_fatmult
= 3;
273
pmp->
pm_fatmult
= 2;
285
pmp->
pm_fatmult
= 3;
289
pmp->
pm_fatmult
= 2;
312
__func__, pmp->pm_fatmask, pmp->
pm_fatmult
, pmp->pm_fatdiv,
/src/sys/fs/msdosfs/
msdosfsmount.h
139
u_int
pm_fatmult
; /* these 2 values are used in FAT */
member in struct:msdosfsmount
146
#define FATOFS(pmp, cn) ((cn) * (pmp)->
pm_fatmult
/ (pmp)->pm_fatdiv)
msdosfs_vfsops.c
620
pmp->
pm_fatmult
= 4;
703
pmp->
pm_fatmult
= 3;
707
pmp->
pm_fatmult
= 2;
719
pmp->
pm_fatmult
= 3;
723
pmp->
pm_fatmult
= 2;
737
fatbytes = (pmp->pm_maxcluster+1) * pmp->
pm_fatmult
/ pmp->pm_fatdiv;
Completed in 35 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025