Searched refs:fat_count (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h49 uint8 fat_count; member in struct:exfat_super_block
77 uint8 FatCount() const { return fat_count; }
/haiku/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.h83 uint8 fat_count; member in struct:atari_boot_block
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp54 " total sectors, %" B_PRIu32 " sectors/fat\n", vol->fat_count,
219 vol->fat_count = buf[0x10];
220 if (vol->fat_count == 0 || vol->fat_count > 8) {
222 vol->fat_count);
255 vol->data_start = vol->reserved_sectors + vol->fat_count
271 if (vol->fat_count != 2) {
273 vol->fat_count);
311 vol->root_start = vol->reserved_sectors + vol->fat_count
353 for (i = 0; i < vol->fat_count;
[all...]
H A Ddosfs.h117 uint32 fat_count; member in struct:_nspace
H A Dfat.cpp33 for (i = 0; i < vol->fat_count; i++) {

Completed in 184 milliseconds