#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "fol/fol.h"
#include "fol/fol_xc.h"
Go to the source code of this file.
|
| M0_BASSERT (offsetof(struct _m0_fol_rec_header_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) |
|
| M0_BASSERT (offsetof(struct _m0_fol_frag_header_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) |
|
| M0_BASSERT (sizeof(struct m0_fol_rec_header)==48U) |
|
| M0_BASSERT (sizeof((struct m0_fol_rec_header *) 0) ->rh_frags_nr==4U) |
|
| M0_BASSERT (offsetof(struct m0_fol_rec_header, rh_frags_nr)==0U) |
|
| M0_BASSERT (offsetof(struct m0_fol_rec_header, rh_data_len)==4U) |
|
| M0_BASSERT (offsetof(struct m0_fol_rec_header, rh_self)==8U) |
|
| M0_BASSERT (offsetof(struct m0_fol_rec_header, rh_lsn)==24U) |
|
| M0_BASSERT (offsetof(struct m0_fol_rec_header, rh_lsn_discarded)==32U) |
|
| M0_BASSERT (offsetof(struct m0_fol_rec_header, rh_magic)==40U) |
|
| M0_BASSERT (sizeof(struct m0_fol_frag_header)==16U) |
|
| M0_BASSERT (sizeof((struct m0_fol_frag_header *) 0) ->rph_index==4U) |
|
| M0_BASSERT (offsetof(struct m0_fol_frag_header, rph_index)==0U) |
|
| M0_BASSERT (offsetof(struct m0_fol_frag_header, rph_magic)==8U) |
|
M0_INTERNAL void | m0_xc_m0_fol_rec_header_struct_init (void) |
|
M0_INTERNAL void | m0_xc_m0_fol_frag_header_struct_init (void) |
|
M0_INTERNAL void | m0_xc_fol_fol_init (void) |
|
M0_INTERNAL void | m0_xc_fol_fol_fini (void) |
|
◆ M0_BASSERT() [1/14]
◆ M0_BASSERT() [2/14]
◆ M0_BASSERT() [3/14]
◆ M0_BASSERT() [4/14]
◆ M0_BASSERT() [5/14]
◆ M0_BASSERT() [6/14]
◆ M0_BASSERT() [7/14]
◆ M0_BASSERT() [8/14]
◆ M0_BASSERT() [9/14]
◆ M0_BASSERT() [10/14]
◆ M0_BASSERT() [11/14]
◆ M0_BASSERT() [12/14]
◆ M0_BASSERT() [13/14]
◆ M0_BASSERT() [14/14]
◆ m0_xc_fol_fol_fini()
M0_INTERNAL void m0_xc_fol_fol_fini |
( |
void |
| ) |
|
◆ m0_xc_fol_fol_init()
M0_INTERNAL void m0_xc_fol_fol_init |
( |
void |
| ) |
|
◆ m0_xc_m0_fol_frag_header_struct_init()
M0_INTERNAL void m0_xc_m0_fol_frag_header_struct_init |
( |
void |
| ) |
|
◆ m0_xc_m0_fol_rec_header_struct_init()
M0_INTERNAL void m0_xc_m0_fol_rec_header_struct_init |
( |
void |
| ) |
|
◆ _m0_fol_frag_header
Initial value:= {
._type = {
.xct_name = "m0_fol_frag_header",
.xct_nr = 2,
.xct_flags = 0,
}
}
◆ _m0_fol_rec_header
Initial value:= {
._type = {
.xct_name = "m0_fol_rec_header",
.xct_nr = 6,
.xct_flags = 0,
}
}
◆ m0_fol_frag_header_xc
struct m0_xcode_type * m0_fol_frag_header_xc = &_m0_fol_frag_header._type |
◆ m0_fol_rec_header_xc
struct m0_xcode_type * m0_fol_rec_header_xc = &_m0_fol_rec_header._type |