Motr  M0
ioq_error_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "stob/ioq_error.h"
#include "stob/ioq_error_xc.h"
Include dependency graph for ioq_error_xc.c:

Go to the source code of this file.

Data Structures

struct  _m0_stob_ioq_error_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_stob_ioq_error_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_stob_ioq_error)==96U)
 
 M0_BASSERT (sizeof((struct m0_stob_ioq_error *) 0) ->sie_conf_sdev==16U)
 
 M0_BASSERT (offsetof(struct m0_stob_ioq_error, sie_conf_sdev)==0U)
 
 M0_BASSERT (offsetof(struct m0_stob_ioq_error, sie_stob_id)==16U)
 
 M0_BASSERT (offsetof(struct m0_stob_ioq_error, sie_fd)==48U)
 
 M0_BASSERT (offsetof(struct m0_stob_ioq_error, sie_opcode)==56U)
 
 M0_BASSERT (offsetof(struct m0_stob_ioq_error, sie_rc)==64U)
 
 M0_BASSERT (offsetof(struct m0_stob_ioq_error, sie_offset)==72U)
 
 M0_BASSERT (offsetof(struct m0_stob_ioq_error, sie_size)==80U)
 
 M0_BASSERT (offsetof(struct m0_stob_ioq_error, sie_bshift)==88U)
 
M0_INTERNAL void m0_xc_m0_stob_ioq_error_struct_init (void)
 
M0_INTERNAL void m0_xc_stob_ioq_error_init (void)
 
M0_INTERNAL void m0_xc_stob_ioq_error_fini (void)
 

Variables

struct m0_xcode_typem0_stob_ioq_error_xc = &_m0_stob_ioq_error._type
 
static struct _m0_stob_ioq_error_s _m0_stob_ioq_error
 

Function Documentation

◆ M0_BASSERT() [1/11]

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

◆ M0_BASSERT() [2/11]

M0_BASSERT ( sizeof(struct m0_stob_ioq_error = =96U)

◆ M0_BASSERT() [3/11]

M0_BASSERT ( sizeof((struct m0_stob_ioq_error *) 0) ->  sie_conf_sdev = =16U)

◆ M0_BASSERT() [4/11]

M0_BASSERT ( offsetof(struct m0_stob_ioq_error, sie_conf_sdev = =0U)

◆ M0_BASSERT() [5/11]

M0_BASSERT ( offsetof(struct m0_stob_ioq_error, sie_stob_id = =16U)

◆ M0_BASSERT() [6/11]

M0_BASSERT ( offsetof(struct m0_stob_ioq_error, sie_fd = =48U)

◆ M0_BASSERT() [7/11]

M0_BASSERT ( offsetof(struct m0_stob_ioq_error, sie_opcode = =56U)

◆ M0_BASSERT() [8/11]

M0_BASSERT ( offsetof(struct m0_stob_ioq_error, sie_rc = =64U)

◆ M0_BASSERT() [9/11]

M0_BASSERT ( offsetof(struct m0_stob_ioq_error, sie_offset = =72U)

◆ M0_BASSERT() [10/11]

M0_BASSERT ( offsetof(struct m0_stob_ioq_error, sie_size = =80U)

◆ M0_BASSERT() [11/11]

M0_BASSERT ( offsetof(struct m0_stob_ioq_error, sie_bshift = =88U)

◆ m0_xc_m0_stob_ioq_error_struct_init()

M0_INTERNAL void m0_xc_m0_stob_ioq_error_struct_init ( void  )

Definition at line 51 of file ioq_error_xc.c.

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

◆ m0_xc_stob_ioq_error_fini()

M0_INTERNAL void m0_xc_stob_ioq_error_fini ( void  )

Definition at line 181 of file ioq_error_xc.c.

◆ m0_xc_stob_ioq_error_init()

M0_INTERNAL void m0_xc_stob_ioq_error_init ( void  )

Definition at line 176 of file ioq_error_xc.c.

Here is the call graph for this function:

Variable Documentation

◆ _m0_stob_ioq_error

struct _m0_stob_ioq_error_s _m0_stob_ioq_error
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_stob_ioq_error",
.xct_sizeof = sizeof (struct m0_stob_ioq_error),
.xct_nr = 8,
}
}

◆ m0_stob_ioq_error_xc

struct m0_xcode_type * m0_stob_ioq_error_xc = &_m0_stob_ioq_error._type

Definition at line 10 of file ioq_error_xc.c.