Searched refs:fActiveFat (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/boot/loader/file_systems/fat/ | ||
H A D | Volume.h | 80 uint8 fActiveFat; variable |
H A D | Volume.cpp | 125 fActiveFat = (lFatMirrored) ? (buf[0x28] & 0xf) : 0; in Volume() |