Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "be/extmap.h"
#include "be/extmap_xc.h"
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_type * | m0_be_emap_seg_xc = &_m0_be_emap_seg._type |
static struct _m0_be_emap_seg_s | _m0_be_emap_seg |
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_be_extmap_fini | ( | void | ) |
Definition at line 131 of file extmap_xc.c.
M0_INTERNAL void m0_xc_be_extmap_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_be_emap_seg_struct_init | ( | void | ) |
Definition at line 58 of file extmap_xc.c.
|
static |
struct m0_xcode_type * m0_be_emap_seg_xc = &_m0_be_emap_seg._type |
Definition at line 11 of file extmap_xc.c.