Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "fid/fid.h"
#include "fid/fid_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_fid_s |
struct | _m0_fid_arr_s |
Functions | |
M0_BASSERT (offsetof(struct _m0_fid_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) | |
M0_BASSERT (offsetof(struct _m0_fid_arr_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) | |
M0_BASSERT (sizeof(struct m0_fid)==16U) | |
M0_BASSERT (sizeof((struct m0_fid *) 0) ->f_container==8U) | |
M0_BASSERT (offsetof(struct m0_fid, f_container)==0U) | |
M0_BASSERT (offsetof(struct m0_fid, f_key)==8U) | |
M0_BASSERT (sizeof(struct m0_fid_arr)==16U) | |
M0_BASSERT (sizeof((struct m0_fid_arr *) 0) ->af_count==4U) | |
M0_BASSERT (offsetof(struct m0_fid_arr, af_count)==0U) | |
M0_BASSERT (offsetof(struct m0_fid_arr, af_elems)==8U) | |
M0_INTERNAL void | m0_xc_m0_fid_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_fid_arr_struct_init (void) |
M0_INTERNAL void | m0_xc_fid_fid_init (void) |
M0_INTERNAL void | m0_xc_fid_fid_fini (void) |
Variables | |
struct m0_xcode_type * | m0_fid_xc = &_m0_fid._type |
struct m0_xcode_type * | m0_fid_arr_xc = &_m0_fid_arr._type |
static struct _m0_fid_s | _m0_fid |
static struct _m0_fid_arr_s | _m0_fid_arr |
M0_BASSERT | ( | offsetof(struct _m0_fid_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_fid_arr_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_fid) | = =16U | ) |
M0_BASSERT | ( | sizeof((struct m0_fid *) 0) -> | f_container = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_fid, f_container) | = =0U | ) |
M0_BASSERT | ( | sizeof(struct m0_fid_arr) | = =16U | ) |
M0_BASSERT | ( | sizeof((struct m0_fid_arr *) 0) -> | af_count = =4U | ) |
M0_BASSERT | ( | offsetof(struct m0_fid_arr, af_count) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_fid_arr, af_elems) | = =8U | ) |
M0_INTERNAL void m0_xc_fid_fid_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_fid_arr_struct_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_fid_struct_init | ( | void | ) |
|
static |
|
static |
struct m0_xcode_type * m0_fid_arr_xc = &_m0_fid_arr._type |
struct m0_xcode_type * m0_fid_xc = &_m0_fid._type |