|
Motr
M0
|
#include <seg_internal.h>

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 |
"On-disk" header for segment, stored in STOB at zero offset
Definition at line 47 of file seg_internal.h.
| struct m0_be_allocator_header bh_alloc[M0_BAP_NR] |
Definition at line 56 of file seg_internal.h.
| char bh_be_version[ M0_BE_SEG_HDR_VERSION_LEN_MAX+1] |
Definition at line 53 of file seg_internal.h.
| struct m0_be_list bh_dict |
Definition at line 57 of file seg_internal.h.
| struct m0_format_footer bh_footer |
Definition at line 55 of file seg_internal.h.
| uint64_t bh_gen |
Definition at line 54 of file seg_internal.h.
| struct m0_format_header bh_header |
Definition at line 48 of file seg_internal.h.
| uint64_t bh_id |
Definition at line 49 of file seg_internal.h.
| struct m0_be_seg_geom bh_items[M0_BE_SEG_HDR_GEOM_ITMES_MAX] |
Definition at line 51 of file seg_internal.h.
| uint32_t bh_items_nr |
Definition at line 50 of file seg_internal.h.