Motr  M0
m0_be_seg_hdr Struct Reference

#include <seg_internal.h>

Collaboration diagram for m0_be_seg_hdr:
Collaboration graph

Data Fields

struct m0_format_header bh_header
 
uint64_t bh_id
 
uint32_t bh_items_nr
 
struct m0_be_seg_geom bh_items [M0_BE_SEG_HDR_GEOM_ITMES_MAX]
 
char bh_be_version [M0_BE_SEG_HDR_VERSION_LEN_MAX+1]
 
uint64_t bh_gen
 
struct m0_format_footer bh_footer
 
struct m0_be_allocator_header bh_alloc [M0_BAP_NR]
 
struct m0_be_list bh_dict
 

Detailed Description

"On-disk" header for segment, stored in STOB at zero offset

Definition at line 47 of file seg_internal.h.

Field Documentation

◆ bh_alloc

Definition at line 56 of file seg_internal.h.

◆ bh_be_version

char bh_be_version[ M0_BE_SEG_HDR_VERSION_LEN_MAX+1]

Definition at line 53 of file seg_internal.h.

◆ bh_dict

struct m0_be_list bh_dict

Definition at line 57 of file seg_internal.h.

◆ bh_footer

struct m0_format_footer bh_footer

Definition at line 55 of file seg_internal.h.

◆ bh_gen

uint64_t bh_gen

Definition at line 54 of file seg_internal.h.

◆ bh_header

struct m0_format_header bh_header

Definition at line 48 of file seg_internal.h.

◆ bh_id

uint64_t bh_id

Definition at line 49 of file seg_internal.h.

◆ bh_items

Definition at line 51 of file seg_internal.h.

◆ bh_items_nr

uint32_t bh_items_nr

Definition at line 50 of file seg_internal.h.


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