Searched refs:active_fat (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.cpp31 sector -= vol->active_fat * vol->sectors_per_fat;
36 if (i == vol->active_fat)
62 cur_sector = vol->reserved_sectors + vol->active_fat * vol->sectors_per_fat;
135 sector = vol->reserved_sectors + vol->active_fat * vol->sectors_per_fat +
290 sector = vol->reserved_sectors + vol->active_fat
306 ASSERT(sector < vol->reserved_sectors + (vol->active_fat + 1)
676 sector = vol->reserved_sectors + vol->active_fat * vol->sectors_per_fat +
H A Ddosfs.h128 uint8 active_fat; member in struct:_nspace
H A Ddosfs.cpp61 vol->fat_bits, vol->fat_mirrored ? "yes" : "no", vol->active_fat);
253 vol->active_fat = !vol->fat_mirrored ? (buf[0x28] & 0xf) : 0;
309 vol->active_fat = 0;
338 + vol->active_fat * vol->sectors_per_fat),
354 if (i != vol->active_fat) {
377 "(%d)\n", i, vol->active_fat);

Completed in 41 milliseconds