ReactOS 0.4.15-dev-7918-g2a2556c
_tree Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for _tree:

Public Attributes

tree_nonpagednonpaged
 
tree_header header
 
uint32_t hash
 
bool has_address
 
uint32_t size
 
struct _device_extensionVcb
 
struct _treeparent
 
tree_dataparitem
 
struct _rootroot
 
LIST_ENTRY itemlist
 
LIST_ENTRY list_entry
 
LIST_ENTRY list_entry_hash
 
uint64_t new_address
 
bool has_new_address
 
bool updated_extents
 
bool write
 
bool is_unique
 
bool uniqueness_determined
 
uint8_tbuf
 

Detailed Description

Definition at line 424 of file btrfs_drv.h.

Member Data Documentation

◆ buf

uint8_t* _tree::buf

Definition at line 443 of file btrfs_drv.h.

◆ has_address

bool _tree::has_address

Definition at line 428 of file btrfs_drv.h.

Referenced by try_tree_amalgamate().

◆ has_new_address

bool _tree::has_new_address

Definition at line 438 of file btrfs_drv.h.

Referenced by try_tree_amalgamate().

◆ hash

uint32_t _tree::hash

Definition at line 427 of file btrfs_drv.h.

Referenced by __attribute__(), and write_metadata_items().

◆ header

◆ is_unique

bool _tree::is_unique

Definition at line 441 of file btrfs_drv.h.

◆ itemlist

LIST_ENTRY _tree::itemlist

Definition at line 434 of file btrfs_drv.h.

Referenced by try_tree_amalgamate(), and write_metadata_items().

◆ list_entry

LIST_ENTRY _tree::list_entry

Definition at line 435 of file btrfs_drv.h.

Referenced by write_metadata_items().

◆ list_entry_hash

LIST_ENTRY _tree::list_entry_hash

Definition at line 436 of file btrfs_drv.h.

Referenced by __attribute__(), and write_metadata_items().

◆ new_address

uint64_t _tree::new_address

Definition at line 437 of file btrfs_drv.h.

Referenced by try_tree_amalgamate().

◆ nonpaged

tree_nonpaged* _tree::nonpaged

Definition at line 425 of file btrfs_drv.h.

◆ parent

struct _tree* _tree::parent

◆ paritem

tree_data* _tree::paritem

Definition at line 432 of file btrfs_drv.h.

Referenced by __attribute__(), do_splits(), and try_tree_amalgamate().

◆ root

◆ size

uint32_t _tree::size

Definition at line 429 of file btrfs_drv.h.

Referenced by try_tree_amalgamate().

◆ uniqueness_determined

bool _tree::uniqueness_determined

Definition at line 442 of file btrfs_drv.h.

◆ updated_extents

bool _tree::updated_extents

Definition at line 439 of file btrfs_drv.h.

Referenced by try_tree_amalgamate().

◆ Vcb

Definition at line 430 of file btrfs_drv.h.

◆ write


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