Motr  M0
m0_addb2_frame_header Struct Reference

#include <storage.h>

Collaboration diagram for m0_addb2_frame_header:
Collaboration graph

Data Fields

struct m0_format_header he_header
 
uint64_t he_seqno
 
uint64_t he_offset
 
uint64_t he_prev_offset
 
uint32_t he_trace_nr
 
uint32_t he_size
 
uint64_t he_time
 
uint64_t he_stob_size
 
uint64_t he_magix
 
struct m0_fid he_fid
 
struct m0_format_footer he_footer
 

Detailed Description

Header used by storage machine to locate traces on storage.

Definition at line 131 of file storage.h.

Field Documentation

◆ he_fid

struct m0_fid he_fid

Definition at line 141 of file storage.h.

◆ he_footer

struct m0_format_footer he_footer

Definition at line 142 of file storage.h.

◆ he_header

struct m0_format_header he_header

Definition at line 132 of file storage.h.

◆ he_magix

uint64_t he_magix

Definition at line 140 of file storage.h.

◆ he_offset

uint64_t he_offset

Definition at line 134 of file storage.h.

◆ he_prev_offset

uint64_t he_prev_offset

Definition at line 135 of file storage.h.

◆ he_seqno

uint64_t he_seqno

Definition at line 133 of file storage.h.

◆ he_size

uint32_t he_size

Definition at line 137 of file storage.h.

◆ he_stob_size

uint64_t he_stob_size

Definition at line 139 of file storage.h.

◆ he_time

uint64_t he_time

Definition at line 138 of file storage.h.

◆ he_trace_nr

uint32_t he_trace_nr

Definition at line 136 of file storage.h.


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