mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 17:26:15 +02:00
btrfs-tree: add chunk items: length and type
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -33,6 +33,11 @@ namespace crucible {
|
||||
uint64_t block_group_used() const;
|
||||
/// @}
|
||||
|
||||
/// @{ Chunk items
|
||||
uint64_t chunk_length() const;
|
||||
uint64_t chunk_type() const;
|
||||
/// @}
|
||||
|
||||
/// @{ Dev extent items (physical byte ranges)
|
||||
uint64_t dev_extent_chunk_offset() const;
|
||||
uint64_t dev_extent_length() const;
|
||||
|
Reference in New Issue
Block a user