Home
last modified time | relevance | path

Searched refs:pm_bnshift (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/msdosfs/
Dmsdosfsmount.h76 uint32_t pm_bnshift; /* shift file offset right this amount to get a block number */ member
145 ((bn) >> ((pmp)->pm_cnshift - (pmp)->pm_bnshift))
151 ((cn) << ((pmp)->pm_cnshift - (pmp)->pm_bnshift))
181 ((bn) << (pmp)->pm_bnshift)
Dmsdosfs_vfsops.c519 pmp->pm_bnshift = ffs(pmp->pm_BytesPerSec) - 1;