Home
last modified time | relevance | path

Searched refs:BytesPerSector (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/win/
Dntfssect.c160 &VolumeInfo->BytesPerSector, in NtfsSectGetVolumeInfo()
260 VolumeInfo->BytesPerSector in NtfsSectGetVolumePartitionLba()
280 !VolumeInfo->BytesPerSector || in NtfsSectLcnToLba()
Dntfssect.h140 DWORD BytesPerSector; member
Dntfstest.c67 vol_info.BytesPerSector, in main()
Dsyslinux.c85 result = g.BytesPerSector; in GetBytesPerSector()
/external/gptfdisk/
Ddiskio-windows.cc138 blockSize = geom.Geometry.BytesPerSector; in GetBlockSize()
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c105 *retblocks = gi.BytesPerSector * in ext2fs_get_device_size()
Dnt_io.c796 gi.BytesPerSector * in _GetDeviceSize()
/external/lzma/CPP/Windows/
DFileIO.cpp288 …ze = geom.Cylinders.QuadPart * geom.TracksPerCylinder * geom.SectorsPerTrack * geom.BytesPerSector; in CalcDeviceSize()