pm_RootDirEnts
+ pmp->pm_RootDirEnts))
fatVolume->pm_rootdirsize = howmany(fatVolume->pm_RootDirEnts * sizeof(direntry),
dummyVolume.pm_rootdirsize = howmany(dummyVolume.pm_RootDirEnts * sizeof(direntry), DEV_BSIZE);
volume->pm_RootDirEnts = getushort(bpb->bpbRootDirEnts);
if ((volume->pm_RootDirEnts * 32) % volume->pm_BytesPerSec != 0) {
if (static_cast<unsigned long>(location) < fatVolume->pm_RootDirEnts) {
location -= fatVolume->pm_RootDirEnts;