Motr  M0
extmap_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "be/extmap.h"
#include "be/extmap_xc.h"
Include dependency graph for extmap_xc.c:

Go to the source code of this file.

Data Structures

struct  _m0_be_emap_seg_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_be_emap_seg_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_be_emap_seg)==88U)
 
 M0_BASSERT (sizeof((struct m0_be_emap_seg *) 0) ->ee_pre==16U)
 
 M0_BASSERT (offsetof(struct m0_be_emap_seg, ee_pre)==0U)
 
 M0_BASSERT (offsetof(struct m0_be_emap_seg, ee_ext)==16U)
 
 M0_BASSERT (offsetof(struct m0_be_emap_seg, ee_val)==64U)
 
 M0_BASSERT (offsetof(struct m0_be_emap_seg, ee_cksum_buf)==72U)
 
M0_INTERNAL void m0_xc_m0_be_emap_seg_struct_init (void)
 
M0_INTERNAL void m0_xc_be_extmap_init (void)
 
M0_INTERNAL void m0_xc_be_extmap_fini (void)
 

Variables

struct m0_xcode_typem0_be_emap_seg_xc = &_m0_be_emap_seg._type
 
static struct _m0_be_emap_seg_s _m0_be_emap_seg
 

Function Documentation

◆ M0_BASSERT() [1/7]

M0_BASSERT ( offsetof(struct _m0_be_emap_seg_s, _child[0])  = =offsetof(struct m0_xcode_type, xct_child[0]))

◆ M0_BASSERT() [2/7]

M0_BASSERT ( sizeof(struct m0_be_emap_seg = =88U)

◆ M0_BASSERT() [3/7]

M0_BASSERT ( sizeof((struct m0_be_emap_seg *) 0) ->  ee_pre = =16U)

◆ M0_BASSERT() [4/7]

M0_BASSERT ( offsetof(struct m0_be_emap_seg, ee_pre = =0U)

◆ M0_BASSERT() [5/7]

M0_BASSERT ( offsetof(struct m0_be_emap_seg, ee_ext = =16U)

◆ M0_BASSERT() [6/7]

M0_BASSERT ( offsetof(struct m0_be_emap_seg, ee_val = =64U)

◆ M0_BASSERT() [7/7]

M0_BASSERT ( offsetof(struct m0_be_emap_seg, ee_cksum_buf = =72U)

◆ m0_xc_be_extmap_fini()

M0_INTERNAL void m0_xc_be_extmap_fini ( void  )

Definition at line 131 of file extmap_xc.c.

◆ m0_xc_be_extmap_init()

M0_INTERNAL void m0_xc_be_extmap_init ( void  )

Definition at line 124 of file extmap_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_be_emap_seg_struct_init()

M0_INTERNAL void m0_xc_m0_be_emap_seg_struct_init ( void  )

Definition at line 58 of file extmap_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ _m0_be_emap_seg

struct _m0_be_emap_seg_s _m0_be_emap_seg
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_be_emap_seg",
.xct_sizeof = sizeof (struct m0_be_emap_seg),
.xct_nr = 4,
}
}

◆ m0_be_emap_seg_xc

struct m0_xcode_type * m0_be_emap_seg_xc = &_m0_be_emap_seg._type

Definition at line 11 of file extmap_xc.c.