Motr  M0
cas_xc.h File Reference
#include <sys/types.h>
#include "xcode/xcode.h"
Include dependency graph for cas_xc.h:

Go to the source code of this file.

Macros

#define __MOTR_CAS_CAS_XC_H__
 

Functions

M0_INTERNAL void m0_xc_m0_cas_hint_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_cas_id_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_cas_kv_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_cas_kv_vec_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_crv_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_cas_rec_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_cas_recv_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_cas_op_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_cas_rep_struct_init (void)
 
M0_INTERNAL void m0_xc_cas_cas_init (void)
 
M0_INTERNAL void m0_xc_cas_cas_fini (void)
 

Variables

struct m0_xcode_typem0_cas_hint_xc
 
struct m0_xcode_typem0_cas_id_xc
 
struct m0_xcode_typem0_cas_kv_xc
 
struct m0_xcode_typem0_cas_kv_vec_xc
 
struct m0_xcode_typem0_crv_xc
 
struct m0_xcode_typem0_cas_rec_xc
 
struct m0_xcode_typem0_cas_recv_xc
 
struct m0_xcode_typem0_cas_op_xc
 
struct m0_xcode_typem0_cas_rep_xc
 
struct m0_xcode_enum m0_xc_m0_cas_opcode_enum
 
struct m0_xcode_enum m0_xc_m0_cas_type_enum
 

Macro Definition Documentation

◆ __MOTR_CAS_CAS_XC_H__

#define __MOTR_CAS_CAS_XC_H__

Definition at line 6 of file cas_xc.h.

Function Documentation

◆ m0_xc_cas_cas_fini()

M0_INTERNAL void m0_xc_cas_cas_fini ( void  )

Definition at line 722 of file cas_xc.c.

◆ m0_xc_cas_cas_init()

M0_INTERNAL void m0_xc_cas_cas_init ( void  )

Definition at line 709 of file cas_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_cas_hint_struct_init()

M0_INTERNAL void m0_xc_m0_cas_hint_struct_init ( void  )

Definition at line 289 of file cas_xc.c.

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

◆ m0_xc_m0_cas_id_struct_init()

M0_INTERNAL void m0_xc_m0_cas_id_struct_init ( void  )

Definition at line 324 of file cas_xc.c.

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

◆ m0_xc_m0_cas_kv_struct_init()

M0_INTERNAL void m0_xc_m0_cas_kv_struct_init ( void  )

Definition at line 374 of file cas_xc.c.

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

◆ m0_xc_m0_cas_kv_vec_struct_init()

M0_INTERNAL void m0_xc_m0_cas_kv_vec_struct_init ( void  )

Definition at line 409 of file cas_xc.c.

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

◆ m0_xc_m0_cas_op_struct_init()

M0_INTERNAL void m0_xc_m0_cas_op_struct_init ( void  )

Definition at line 594 of file cas_xc.c.

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

◆ m0_xc_m0_cas_rec_struct_init()

M0_INTERNAL void m0_xc_m0_cas_rec_struct_init ( void  )

Definition at line 464 of file cas_xc.c.

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

◆ m0_xc_m0_cas_recv_struct_init()

M0_INTERNAL void m0_xc_m0_cas_recv_struct_init ( void  )

Definition at line 559 of file cas_xc.c.

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

◆ m0_xc_m0_cas_rep_struct_init()

M0_INTERNAL void m0_xc_m0_cas_rep_struct_init ( void  )

Definition at line 659 of file cas_xc.c.

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

◆ m0_xc_m0_crv_struct_init()

M0_INTERNAL void m0_xc_m0_crv_struct_init ( void  )

Definition at line 444 of file cas_xc.c.

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

Variable Documentation

◆ m0_cas_hint_xc

struct m0_xcode_type* m0_cas_hint_xc

Definition at line 10 of file cas_xc.c.

◆ m0_cas_id_xc

struct m0_xcode_type* m0_cas_id_xc

Definition at line 11 of file cas_xc.c.

◆ m0_cas_kv_vec_xc

struct m0_xcode_type* m0_cas_kv_vec_xc

Definition at line 13 of file cas_xc.c.

◆ m0_cas_kv_xc

struct m0_xcode_type* m0_cas_kv_xc

Definition at line 12 of file cas_xc.c.

◆ m0_cas_op_xc

struct m0_xcode_type* m0_cas_op_xc

Definition at line 17 of file cas_xc.c.

◆ m0_cas_rec_xc

struct m0_xcode_type* m0_cas_rec_xc

Definition at line 15 of file cas_xc.c.

◆ m0_cas_recv_xc

struct m0_xcode_type* m0_cas_recv_xc

Definition at line 16 of file cas_xc.c.

◆ m0_cas_rep_xc

struct m0_xcode_type* m0_cas_rep_xc

Definition at line 18 of file cas_xc.c.

◆ m0_crv_xc

struct m0_xcode_type* m0_crv_xc

Definition at line 14 of file cas_xc.c.

◆ m0_xc_m0_cas_opcode_enum

struct m0_xcode_enum m0_xc_m0_cas_opcode_enum

Definition at line 268 of file cas_xc.c.

◆ m0_xc_m0_cas_type_enum

struct m0_xcode_enum m0_xc_m0_cas_type_enum

Definition at line 282 of file cas_xc.c.