Searched defs:AllocationGroups (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DVolume.h44 uint32 AllocationGroups() const { return fSuperBlock.AllocationGroups(); } function in class:BFS::Volume
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DDisk.h48 uint32 AllocationGroups() const { return fSuperBlock.num_ags; } function in class:Disk
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h74 uint32 AllocationGroups() const function in class:Volume
H A Dbfs.h94 int32 AllocationGroups() const { return BFS_ENDIAN_TO_HOST_INT32(num_ags); } function in struct:BFS::disk_super_block
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DVolume.h65 uint32 AllocationGroups() const { return fSuperBlock.AllocationGroups(); } function in class:Volume
H A Dbfs.h88 int32 AllocationGroups() const { return BFS_ENDIAN_TO_HOST_INT32(num_ags); } function in struct:disk_super_block

Completed in 38 milliseconds