Motr  M0
ss_fops.c File Reference
#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"
Include dependency graph for ss_fops.c:

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
 

Variable Documentation

◆ ss_fom_conf

M0_EXTERN struct m0_sm_conf ss_fom_conf

Definition at line 43 of file ss_fops.c.

◆ ss_fom_phases

Definition at line 226 of file ss_svc.c.

◆ ss_fom_type_ops

const struct m0_fom_type_ops ss_fom_type_ops

Definition at line 222 of file ss_svc.c.

◆ ss_fop_type_ops

const struct m0_fop_type_ops ss_fop_type_ops

Definition at line 45 of file ss_fops.c.

◆ ss_item_type_ops

const struct m0_rpc_item_type_ops ss_item_type_ops
static
Initial value:
= {
}
#define M0_FOP_DEFAULT_ITEM_TYPE_OPS
Definition: fop.h:184

Definition at line 47 of file ss_fops.c.