Home
last modified time | relevance | path

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

/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp132 fFSInfoSector = read16(buf, 0x30); in Volume()
133 if (fFSInfoSector < 1 || fFSInfoSector > fTotalSectors) in Volume()
376 off_t offset = fBytesPerSector * fFSInfoSector; in _ClusterAllocated()
H A DVolume.h85 uint16 fFSInfoSector; variable