Motr  M0
m0_layout_rec Struct Reference

#include <layout.h>

Collaboration diagram for m0_layout_rec:
Collaboration graph

Data Fields

uint32_t lr_lt_id
 
uint32_t lr_user_count
 
char lr_data [0]
 

Detailed Description

layouts table. Key is uint64_t, value obtained from m0_layout::l_id.

Note
This structure needs to be maintained as 8 bytes aligned.

Definition at line 648 of file layout.h.

Field Documentation

◆ lr_data

char lr_data[0]

Layout type specific payload. Contains attributes specific to the applicable layout type and/or applicable to the enumeration type, if applicable.

Definition at line 666 of file layout.h.

◆ lr_lt_id

uint32_t lr_lt_id

Layout type id. Value obtained from m0_layout_type::lt_id.

Definition at line 653 of file layout.h.

◆ lr_user_count

uint32_t lr_user_count

Layout user count, indicating number of users for this layout. Value obtained from m0_layout::l_user_count.

Definition at line 659 of file layout.h.


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