ReactOS 0.4.15-dev-7907-g95bf896
tree_header Struct Reference

#include <btrfs.h>

Collaboration diagram for tree_header:

Public Attributes

uint8_t csum [32]
 
BTRFS_UUID fs_uuid
 
uint64_t address
 
uint64_t flags
 
BTRFS_UUID chunk_tree_uuid
 
uint64_t generation
 
uint64_t tree_id
 
uint32_t num_items
 
uint8_t level
 

Detailed Description

Definition at line 153 of file btrfs.h.

Member Data Documentation

◆ address

◆ chunk_tree_uuid

BTRFS_UUID tree_header::chunk_tree_uuid

Definition at line 158 of file btrfs.h.

Referenced by create_root().

◆ csum

uint8_t tree_header::csum[32]

Definition at line 154 of file btrfs.h.

Referenced by calc_tree_checksum(), check_tree_checksum(), and get_tree_checksum().

◆ flags

uint64_t tree_header::flags

Definition at line 157 of file btrfs.h.

Referenced by add_metadata_reloc_extent_item().

◆ fs_uuid

BTRFS_UUID tree_header::fs_uuid

◆ generation

uint64_t tree_header::generation

◆ level

◆ num_items

uint32_t tree_header::num_items

◆ tree_id

uint64_t tree_header::tree_id

Definition at line 160 of file btrfs.h.

Referenced by snapshot_tree_copy().


The documentation for this struct was generated from the following file: