Motr
M0
|
#include "lib/memory.h"
#include "lib/misc.h"
#include "lib/types.h"
#include "lib/refs.h"
#include "motr/magic.h"
#include "sm/sm.h"
#include "fop/fop.h"
#include "fop/fom.h"
#include "fop/fop_item_type.h"
#include "fop/fom_generic.h"
#include "rpc/rpc_opcodes.h"
#include "rpc/item.h"
#include "sss/ss_svc.h"
#include "sss/ss_fops.h"
#include "sss/ss_fops_xc.h"
Go to the source code of this file.
Functions | |
M0_INTERNAL int | m0_ss_fops_init (void) |
M0_INTERNAL void | m0_ss_fops_fini (void) |
M0_INTERNAL void | m0_ss_fop_release (struct m0_ref *ref) |
Variables | |
struct m0_fop_type | m0_fop_ss_fopt |
struct m0_fop_type | m0_fop_ss_rep_fopt |
struct m0_sm_state_descr | ss_fom_phases [] |
M0_EXTERN struct m0_sm_conf | ss_fom_conf |
const struct m0_fom_type_ops | ss_fom_type_ops |
const struct m0_fop_type_ops | ss_fop_type_ops |
static const struct m0_rpc_item_type_ops | ss_item_type_ops |
M0_EXTERN struct m0_sm_conf ss_fom_conf |
struct m0_sm_state_descr ss_fom_phases[] |
const struct m0_fom_type_ops ss_fom_type_ops |
const struct m0_fop_type_ops ss_fop_type_ops |
|
static |