mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 17:26:15 +02:00
btrfs-tree: add root refs and extent flags fields
Lazily filling in accessor methods for btrfs objects as needed by bees. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -64,11 +64,13 @@ namespace crucible {
|
||||
/// @{ Extent items (EXTENT_ITEM)
|
||||
uint64_t extent_begin() const;
|
||||
uint64_t extent_end() const;
|
||||
uint64_t extent_flags() const;
|
||||
uint64_t extent_generation() const;
|
||||
/// @}
|
||||
|
||||
/// @{ Root items
|
||||
uint64_t root_flags() const;
|
||||
uint64_t root_refs() const;
|
||||
/// @}
|
||||
|
||||
/// @{ Root backref items.
|
||||
|
Reference in New Issue
Block a user