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

/haiku/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/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.h115 uint64 BlockCount() const function in struct:gpt_partition_entry
H A Dgpt.cpp137 entry.BlockCount() * partition->block_size, -1);
593 uint64 blockCount = entry.BlockCount();
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h132 int32 BlockCount() const { return Offset(2); } function in class:FFS::FileBlock
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.cpp85 if (fInode->BlockCount() == 1
88 (fInode->BlockCount() - 1) * fInode->DirBlockSize())
H A DExtent.cpp127 if (fInode->BlockCount() != 1)
H A DInode.h279 xfs_rfsblock_t BlockCount() const function in class:Inode
H A Dkernel_interface.cpp249 stat->st_blocks = inode->BlockCount();

Completed in 246 milliseconds