Searched refs:total_sectors (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp55 vol->root_entries_count, vol->total_sectors, vol->sectors_per_fat);
242 vol->total_sectors = read32(buf, 0x20);
257 vol->total_clusters = (vol->total_sectors - vol->data_start)
284 vol->total_sectors = read16(buf, 0x13); // partition size
285 if (vol->total_sectors == 0)
286 vol->total_sectors = read32(buf, 0x20);
301 && vol->total_sectors == 196576
304 vol->total_sectors = 196192;
320 vol->total_clusters = (vol->total_sectors - vol->data_start)
387 && vol->total_sectors >
664 uint32 total_sectors; member in struct:identify_cookie
676 uint32 total_sectors; local
[all...]
H A Ddosfs.h119 uint32 total_sectors; member in struct:_nspace

Completed in 35 milliseconds