ReactOS 0.4.15-dev-7934-g1dc8d80
btrfs_root Struct Reference
Collaboration diagram for btrfs_root:

Public Attributes

uint64_t id
 
tree_header header
 
btrfs_chunkc
 
LIST_ENTRY items
 
LIST_ENTRY list_entry
 

Detailed Description

Definition at line 155 of file btrfslib.c.

Member Data Documentation

◆ c

btrfs_chunk* btrfs_root::c

Definition at line 158 of file btrfslib.c.

◆ header

tree_header btrfs_root::header

Definition at line 157 of file btrfslib.c.

Referenced by assign_addresses(), and write_superblocks().

◆ id

uint64_t btrfs_root::id

Definition at line 156 of file btrfslib.c.

Referenced by assign_addresses().

◆ items

LIST_ENTRY btrfs_root::items

Definition at line 159 of file btrfslib.c.

Referenced by write_superblocks().

◆ list_entry

LIST_ENTRY btrfs_root::list_entry

Definition at line 160 of file btrfslib.c.


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