Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "ha/note_fops.h"
#include "ha/note_fops_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_ha_state_fop_s |
Functions | |
M0_BASSERT (offsetof(struct _m0_ha_state_fop_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0])) | |
M0_BASSERT (sizeof(struct m0_ha_state_fop)==24U) | |
M0_BASSERT (sizeof((struct m0_ha_state_fop *) 0) ->hs_rc==4U) | |
M0_BASSERT (offsetof(struct m0_ha_state_fop, hs_rc)==0U) | |
M0_BASSERT (offsetof(struct m0_ha_state_fop, hs_note)==8U) | |
M0_INTERNAL void | m0_xc_m0_ha_state_fop_struct_init (void) |
M0_INTERNAL void | m0_xc_ha_note_fops_init (void) |
M0_INTERNAL void | m0_xc_ha_note_fops_fini (void) |
Variables | |
struct m0_xcode_type * | m0_ha_state_fop_xc = &_m0_ha_state_fop._type |
static struct _m0_ha_state_fop_s | _m0_ha_state_fop |
M0_BASSERT | ( | offsetof(struct _m0_ha_state_fop_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_ha_state_fop) | = =24U | ) |
M0_BASSERT | ( | sizeof((struct m0_ha_state_fop *) 0) -> | hs_rc = =4U | ) |
M0_BASSERT | ( | offsetof(struct m0_ha_state_fop, hs_rc) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_ha_state_fop, hs_note) | = =8U | ) |
M0_INTERNAL void m0_xc_ha_note_fops_fini | ( | void | ) |
Definition at line 79 of file note_fops_xc.c.
M0_INTERNAL void m0_xc_ha_note_fops_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_ha_state_fop_struct_init | ( | void | ) |
Definition at line 39 of file note_fops_xc.c.
|
static |
struct m0_xcode_type * m0_ha_state_fop_xc = &_m0_ha_state_fop._type |
Definition at line 10 of file note_fops_xc.c.