Motr  M0
encdec_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "dix/encdec.h"
#include "dix/encdec_xc.h"
Include dependency graph for encdec_xc.c:

Go to the source code of this file.

Data Structures

struct  _dix_meta_val_s
 

Functions

 M0_BASSERT (offsetof(struct _dix_meta_val_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct dix_meta_val)==56U)
 
 M0_BASSERT (sizeof((struct dix_meta_val *) 0) ->mv_fid==16U)
 
 M0_BASSERT (offsetof(struct dix_meta_val, mv_fid)==0U)
 
 M0_BASSERT (offsetof(struct dix_meta_val, mv_dld)==16U)
 
M0_INTERNAL void m0_xc_dix_meta_val_struct_init (void)
 
M0_INTERNAL void m0_xc_dix_encdec_init (void)
 
M0_INTERNAL void m0_xc_dix_encdec_fini (void)
 

Variables

struct m0_xcode_typedix_meta_val_xc = &_dix_meta_val._type
 
static struct _dix_meta_val_s _dix_meta_val
 

Function Documentation

◆ M0_BASSERT() [1/5]

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

◆ M0_BASSERT() [2/5]

M0_BASSERT ( sizeof(struct dix_meta_val = =56U)

◆ M0_BASSERT() [3/5]

M0_BASSERT ( sizeof((struct dix_meta_val *) 0) ->  mv_fid = =16U)

◆ M0_BASSERT() [4/5]

M0_BASSERT ( offsetof(struct dix_meta_val, mv_fid)  = =0U)

◆ M0_BASSERT() [5/5]

M0_BASSERT ( offsetof(struct dix_meta_val, mv_dld)  = =16U)

◆ m0_xc_dix_encdec_fini()

M0_INTERNAL void m0_xc_dix_encdec_fini ( void  )

Definition at line 79 of file encdec_xc.c.

◆ m0_xc_dix_encdec_init()

M0_INTERNAL void m0_xc_dix_encdec_init ( void  )

Definition at line 74 of file encdec_xc.c.

Here is the call graph for this function:

◆ m0_xc_dix_meta_val_struct_init()

M0_INTERNAL void m0_xc_dix_meta_val_struct_init ( void  )

Definition at line 39 of file encdec_xc.c.

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

Variable Documentation

◆ _dix_meta_val

struct _dix_meta_val_s _dix_meta_val
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "dix_meta_val",
.xct_sizeof = sizeof (struct dix_meta_val),
.xct_nr = 2,
.xct_flags = 0,
}
}

◆ dix_meta_val_xc

struct m0_xcode_type * dix_meta_val_xc = &_dix_meta_val._type

Definition at line 10 of file encdec_xc.c.