Motr  M0
fl_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "be/fl.h"
#include "be/fl_xc.h"
Include dependency graph for fl_xc.c:

Go to the source code of this file.

Data Structures

struct  _m0_be_fl_size_s
 
struct  _m0_be_fl_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_be_fl_size_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (offsetof(struct _m0_be_fl_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_be_fl_size)==56U)
 
 M0_BASSERT (sizeof((struct m0_be_fl_size *) 0) ->bfs_list==56U)
 
 M0_BASSERT (offsetof(struct m0_be_fl_size, bfs_list)==0U)
 
 M0_BASSERT (sizeof(struct m0_be_fl)==7224U)
 
 M0_BASSERT (sizeof((struct m0_be_fl *) 0) ->bfl_free==7224U)
 
 M0_BASSERT (offsetof(struct m0_be_fl, bfl_free)==0U)
 
M0_INTERNAL void m0_xc_m0_be_fl_size_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_be_fl_struct_init (void)
 
M0_INTERNAL void m0_xc_be_fl_init (void)
 
M0_INTERNAL void m0_xc_be_fl_fini (void)
 

Variables

struct m0_xcode_typem0_be_fl_size_xc = &_m0_be_fl_size._type
 
struct m0_xcode_typem0_be_fl_xc = &_m0_be_fl._type
 
static struct _m0_be_fl_size_s _m0_be_fl_size
 
static struct _m0_be_fl_s _m0_be_fl
 

Function Documentation

◆ M0_BASSERT() [1/8]

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

◆ M0_BASSERT() [2/8]

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

◆ M0_BASSERT() [3/8]

M0_BASSERT ( sizeof(struct m0_be_fl_size = =56U)

◆ M0_BASSERT() [4/8]

M0_BASSERT ( sizeof((struct m0_be_fl_size *) 0) ->  bfs_list = =56U)

◆ M0_BASSERT() [5/8]

M0_BASSERT ( offsetof(struct m0_be_fl_size, bfs_list = =0U)

◆ M0_BASSERT() [6/8]

M0_BASSERT ( sizeof(struct m0_be_fl = =7224U)

◆ M0_BASSERT() [7/8]

M0_BASSERT ( sizeof((struct m0_be_fl *) 0) ->  bfl_free = =7224U)

◆ M0_BASSERT() [8/8]

M0_BASSERT ( offsetof(struct m0_be_fl, bfl_free = =0U)

◆ m0_xc_be_fl_fini()

M0_INTERNAL void m0_xc_be_fl_fini ( void  )

Definition at line 135 of file fl_xc.c.

◆ m0_xc_be_fl_init()

M0_INTERNAL void m0_xc_be_fl_init ( void  )

Definition at line 125 of file fl_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_be_fl_size_struct_init()

M0_INTERNAL void m0_xc_m0_be_fl_size_struct_init ( void  )

Definition at line 77 of file fl_xc.c.

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

◆ m0_xc_m0_be_fl_struct_init()

M0_INTERNAL void m0_xc_m0_be_fl_struct_init ( void  )

Definition at line 104 of file fl_xc.c.

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

Variable Documentation

◆ _m0_be_fl

struct _m0_be_fl_s _m0_be_fl
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_be_fl",
.xct_sizeof = sizeof (struct m0_be_fl),
.xct_nr = 1,
}
}
Definition: fl.h:67

◆ _m0_be_fl_size

struct _m0_be_fl_size_s _m0_be_fl_size
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_be_fl_size",
.xct_sizeof = sizeof (struct m0_be_fl_size),
.xct_nr = 1,
}
}

◆ m0_be_fl_size_xc

struct m0_xcode_type * m0_be_fl_size_xc = &_m0_be_fl_size._type

Definition at line 11 of file fl_xc.c.

◆ m0_be_fl_xc

struct m0_xcode_type * m0_be_fl_xc = &_m0_be_fl._type

Definition at line 14 of file fl_xc.c.