pm_BytesPerSec
dirsperblk = mnt->data.pm_BytesPerSec / sizeof(struct direntry);
error = bread(pmp->pm_devvp, pmp->pm_fsinfo, pmp->pm_BytesPerSec,
pmp->pm_BytesPerSec, pmp->pm_bpcluster);
pmp->pm_BytesPerSec = getushort(b50->bpbBytesPerSec);
if (pmp->pm_BytesPerSec < DEV_BSIZE) {
pmp->pm_BlkPerSec = pmp->pm_BytesPerSec / DEV_BSIZE;
if (pmp->pm_BytesPerSec == 0 || SecPerClust == 0) {
pmp->pm_BytesPerSec < DEV_BSIZE ||
(pmp->pm_BytesPerSec & (pmp->pm_BytesPerSec - 1)) != 0 ||
if ((off_t)pmp->pm_HugeSectors * pmp->pm_BytesPerSec <
(off_t)pmp->pm_HugeSectors * pmp->pm_BytesPerSec >
pmp->pm_BytesPerSec);
if ((error = bread(devvp, pmp->pm_fsinfo, pmp->pm_BytesPerSec,
dirsperblk = pmp->pm_BytesPerSec / sizeof(struct direntry);
u_long dirsperblk = pmp->pm_BytesPerSec / sizeof(struct direntry);
pmp->pm_BytesPerSec = getushort(b50->bpbBytesPerSec);
__func__, pmp->pm_BytesPerSec, pmp->pm_ResSectors,
if (!pmp->pm_BytesPerSec || !SecPerClust
"secpertrack %d\n", pmp->pm_BytesPerSec,
+ pmp->pm_BytesPerSec - 1)
/ pmp->pm_BytesPerSec;/* in sectors */
pmp->pm_fatsize = pmp->pm_FATsecs * pmp->pm_BytesPerSec;
pmp->pm_fatblocksize = 3 * pmp->pm_BytesPerSec;
pmp->pm_fatblocksec = pmp->pm_fatblocksize / pmp->pm_BytesPerSec;
pmp->pm_bnshift = ffs(pmp->pm_BytesPerSec) - 1;
pmp->pm_bpcluster = SecPerClust * pmp->pm_BytesPerSec;
pmp->pm_BytesPerSec, 0, &bp)) != 0)
pmp->pm_BytesPerSec, NOCRED, &bp);