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

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.h33 int32 BlockCount() { return B_BENDIAN_TO_HOST_INT32(block_count); } function in struct:apple_driver_descriptor
59 int32 BlockCount() { return B_BENDIAN_TO_HOST_INT32(size); } function in struct:apple_partition_map
61 uint64 Size(apple_driver_descriptor &descriptor) { return BlockCount() * descriptor.BlockSize(); }
H A Dapple.cpp153 partition->content_size = descriptor.BlockSize() * descriptor.BlockCount();
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A Defi_gpt.h115 uint64 BlockCount() const function in struct:efi_partition_entry
H A Defi_gpt.cpp120 entry.BlockCount() * partition->block_size, -1);
574 uint64 blockCount = entry.BlockCount();
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h132 int32 BlockCount() const { return Offset(2); } function in class:FFS::FileBlock

Completed in 100 milliseconds