Motr  M0
m0_fd_tree Struct Reference

#include <fd.h>

Collaboration diagram for m0_fd_tree:
Collaboration graph

Data Fields

uint16_t ft_depth
 
struct m0_fd_tree_nodeft_root
 
struct m0_tl ft_perm_cache
 
uint64_t ft_cnt
 
struct m0_fd_cache_info ft_cache_info
 

Detailed Description

Definition at line 199 of file fd.h.

Field Documentation

◆ ft_cache_info

struct m0_fd_cache_info ft_cache_info

Holds the information relevant to build a permutation cache.

Definition at line 209 of file fd.h.

◆ ft_cnt

uint64_t ft_cnt

Total nodes present in a tree.

Definition at line 207 of file fd.h.

◆ ft_depth

uint16_t ft_depth

Depth of the failure domains tree.

Definition at line 201 of file fd.h.

◆ ft_perm_cache

struct m0_tl ft_perm_cache

List of struct m0_perm_cache objects associated with the tree

Definition at line 205 of file fd.h.

◆ ft_root

struct m0_fd_tree_node* ft_root

Root node associated with the tree.

Definition at line 203 of file fd.h.


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