Motr  M0
dtm_update_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "dtm/dtm_update.h"
#include "dtm/dtm_update_xc.h"
Include dependency graph for dtm_update_xc.c:

Go to the source code of this file.

Data Structures

struct  _m0_update_id_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_update_id_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_update_id)==16U)
 
 M0_BASSERT (sizeof((struct m0_update_id *) 0) ->ui_node==4U)
 
 M0_BASSERT (offsetof(struct m0_update_id, ui_node)==0U)
 
 M0_BASSERT (offsetof(struct m0_update_id, ui_update)==8U)
 
M0_INTERNAL void m0_xc_m0_update_id_struct_init (void)
 
M0_INTERNAL void m0_xc_dtm_dtm_update_init (void)
 
M0_INTERNAL void m0_xc_dtm_dtm_update_fini (void)
 

Variables

struct m0_xcode_typem0_update_id_xc = &_m0_update_id._type
 
static struct _m0_update_id_s _m0_update_id
 

Function Documentation

◆ M0_BASSERT() [1/5]

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

◆ M0_BASSERT() [2/5]

M0_BASSERT ( sizeof(struct m0_update_id = =16U)

◆ M0_BASSERT() [3/5]

M0_BASSERT ( sizeof((struct m0_update_id *) 0) ->  ui_node = =4U)

◆ M0_BASSERT() [4/5]

M0_BASSERT ( offsetof(struct m0_update_id, ui_node)  = =0U)

◆ M0_BASSERT() [5/5]

M0_BASSERT ( offsetof(struct m0_update_id, ui_update)  = =8U)

◆ m0_xc_dtm_dtm_update_fini()

M0_INTERNAL void m0_xc_dtm_dtm_update_fini ( void  )

Definition at line 79 of file dtm_update_xc.c.

◆ m0_xc_dtm_dtm_update_init()

M0_INTERNAL void m0_xc_dtm_dtm_update_init ( void  )

Definition at line 74 of file dtm_update_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_update_id_struct_init()

M0_INTERNAL void m0_xc_m0_update_id_struct_init ( void  )

Definition at line 39 of file dtm_update_xc.c.

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

Variable Documentation

◆ _m0_update_id

struct _m0_update_id_s _m0_update_id
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_update_id",
.xct_sizeof = sizeof (struct m0_update_id),
.xct_nr = 2,
.xct_flags = 0,
}
}

◆ m0_update_id_xc

struct m0_xcode_type * m0_update_id_xc = &_m0_update_id._type

Definition at line 10 of file dtm_update_xc.c.