Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "dix/encdec.h"
#include "dix/encdec_xc.h"
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_type * | dix_meta_val_xc = &_dix_meta_val._type |
static struct _dix_meta_val_s | _dix_meta_val |
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_encdec_fini | ( | void | ) |
Definition at line 79 of file encdec_xc.c.
M0_INTERNAL void m0_xc_dix_encdec_init | ( | void | ) |
M0_INTERNAL void m0_xc_dix_meta_val_struct_init | ( | void | ) |
Definition at line 39 of file encdec_xc.c.
|
static |
struct m0_xcode_type * dix_meta_val_xc = &_dix_meta_val._type |
Definition at line 10 of file encdec_xc.c.