Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "cas/cas.h"
#include "cas/cas_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_cas_hint_s |
struct | _m0_cas_id_s |
struct | _m0_cas_kv_s |
struct | _m0_cas_kv_vec_s |
struct | _m0_crv_s |
struct | _m0_cas_rec_s |
struct | _m0_cas_recv_s |
struct | _m0_cas_op_s |
struct | _m0_cas_rep_s |
M0_BASSERT | ( | offsetof(struct _m0_cas_hint_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_cas_id_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_cas_kv_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_cas_kv_vec_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_crv_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_cas_rec_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_cas_recv_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_cas_op_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_cas_rep_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_cas_hint) | = =24U | ) |
M0_BASSERT | ( | sizeof((struct m0_cas_hint *) 0) -> | ch_cookie = =16U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_hint, ch_cookie) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_hint, ch_index) | = =16U | ) |
M0_BASSERT | ( | sizeof(struct m0_cas_id) | = =88U | ) |
M0_BASSERT | ( | sizeof((struct m0_cas_id *) 0) -> | ci_fid = =16U | ) |
M0_BASSERT | ( | sizeof(struct m0_cas_kv) | = =112U | ) |
M0_BASSERT | ( | sizeof((struct m0_cas_kv *) 0) -> | ck_key = =56U | ) |
M0_BASSERT | ( | sizeof(struct m0_cas_kv_vec) | = =16U | ) |
M0_BASSERT | ( | sizeof((struct m0_cas_kv_vec *) 0) -> | cv_nr = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_kv_vec, cv_nr) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_kv_vec, cv_rec) | = =8U | ) |
M0_BASSERT | ( | sizeof(struct m0_crv) | = =8U | ) |
M0_BASSERT | ( | sizeof((struct m0_crv *) 0) -> | crv_encoded = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_crv, crv_encoded) | = =0U | ) |
M0_BASSERT | ( | sizeof(struct m0_cas_rec) | = =168U | ) |
M0_BASSERT | ( | sizeof((struct m0_cas_rec *) 0) -> | cr_key = =56U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rec, cr_key) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rec, cr_val) | = =56U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rec, cr_kv_bufs) | = =112U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rec, cr_hint) | = =128U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rec, cr_rc) | = =152U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rec, cr_ver) | = =160U | ) |
M0_BASSERT | ( | sizeof(struct m0_cas_recv) | = =16U | ) |
M0_BASSERT | ( | sizeof((struct m0_cas_recv *) 0) -> | cr_nr = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_recv, cr_nr) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_recv, cr_rec) | = =8U | ) |
M0_BASSERT | ( | sizeof(struct m0_cas_op) | = =152U | ) |
M0_BASSERT | ( | sizeof((struct m0_cas_op *) 0) -> | cg_id = =88U | ) |
M0_BASSERT | ( | sizeof(struct m0_cas_rep) | = =40U | ) |
M0_BASSERT | ( | sizeof((struct m0_cas_rep *) 0) -> | cgr_rc = =4U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rep, cgr_rc) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rep, cgr_rep) | = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_cas_rep, cgr_mod_rep) | = =24U | ) |
M0_INTERNAL void m0_xc_cas_cas_init | ( | void | ) |
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_cas_op_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_rep_struct_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_crv_struct_init | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
struct m0_xcode_type * m0_cas_hint_xc = &_m0_cas_hint._type |
struct m0_xcode_type * m0_cas_id_xc = &_m0_cas_id._type |
struct m0_xcode_type * m0_cas_kv_vec_xc = &_m0_cas_kv_vec._type |
struct m0_xcode_type * m0_cas_kv_xc = &_m0_cas_kv._type |
struct m0_xcode_type * m0_cas_op_xc = &_m0_cas_op._type |
const struct m0_xcode_enum_val m0_cas_opcode_data[] |
struct m0_xcode_type * m0_cas_rec_xc = &_m0_cas_rec._type |
struct m0_xcode_type * m0_cas_recv_xc = &_m0_cas_recv._type |
struct m0_xcode_type * m0_cas_rep_xc = &_m0_cas_rep._type |
const struct m0_xcode_enum_val m0_cas_type_data[] |
struct m0_xcode_type * m0_crv_xc = &_m0_crv._type |
struct m0_xcode_enum m0_xc_m0_cas_opcode_enum |
struct m0_xcode_enum m0_xc_m0_cas_type_enum |