Motr  M0
m0_fd_tile Struct Reference

#include <fd.h>

Collaboration diagram for m0_fd_tile:
Collaboration graph

Data Fields

uint64_t ft_rows
 
uint64_t ft_cols
 
uint64_t ft_G
 
uint64_t ft_depth
 
uint64_t ft_child [M0_CONF_PVER_HEIGHT]
 
struct m0_fd_tile_cellft_cell
 

Detailed Description

Definition at line 126 of file fd.h.

Field Documentation

◆ ft_cell

struct m0_fd_tile_cell* ft_cell

An array of tile cells.

Definition at line 140 of file fd.h.

◆ ft_child

uint64_t ft_child[M0_CONF_PVER_HEIGHT]

Children per level for the symmetric tree.

Definition at line 138 of file fd.h.

◆ ft_cols

uint64_t ft_cols

Number of columnss in a tile. Also represents the pool-width associated with the symmetric tree.

Definition at line 132 of file fd.h.

◆ ft_depth

uint64_t ft_depth

Depth of the symmetric tree associated with the tile.

Definition at line 136 of file fd.h.

◆ ft_G

uint64_t ft_G

Parity group size.

Definition at line 134 of file fd.h.

◆ ft_rows

uint64_t ft_rows

Number of rows in a tile.

Definition at line 128 of file fd.h.


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