Motr  M0
SNSCMSW

Functions

static int sns_rebalance_sw_fom_create (struct m0_fop *fop, struct m0_fom **m, struct m0_reqh *reqh)
 
M0_INTERNAL void m0_sns_cm_rebalance_sw_onwire_fop_init (void)
 
M0_INTERNAL void m0_sns_cm_rebalance_sw_onwire_fop_fini (void)
 
M0_INTERNAL int m0_sns_cm_rebalance_sw_onwire_fop_setup (struct m0_cm *cm, struct m0_fop *fop, void(*fop_release)(struct m0_ref *), uint64_t proxy_id, const char *local_ep, const struct m0_cm_sw *sw, const struct m0_cm_sw *out_interval)
 
static int sns_repair_sw_fom_create (struct m0_fop *fop, struct m0_fom **m, struct m0_reqh *reqh)
 
M0_INTERNAL void m0_sns_cm_repair_sw_onwire_fop_init (void)
 
M0_INTERNAL void m0_sns_cm_repair_sw_onwire_fop_fini (void)
 
M0_INTERNAL int m0_sns_cm_repair_sw_onwire_fop_setup (struct m0_cm *cm, struct m0_fop *fop, void(*fop_release)(struct m0_ref *), uint64_t proxy_id, const char *local_ep, const struct m0_cm_sw *sw, const struct m0_cm_sw *out_interval)
 

Variables

struct m0_fop_type sns_rebalance_sw_onwire_fopt
 
struct m0_fop_type sns_rebalance_sw_onwire_rep_fopt
 
struct m0_cm_type sns_rebalance_cmt
 
const struct m0_fom_type_ops sns_rebalance_sw_fom_type_ops
 
struct m0_fop_type sns_repair_sw_onwire_fopt
 
struct m0_fop_type sns_repair_sw_onwire_rep_fopt
 
struct m0_cm_type sns_repair_cmt
 
const struct m0_fom_type_ops sns_repair_sw_fom_type_ops
 

Detailed Description

Function Documentation

◆ m0_sns_cm_rebalance_sw_onwire_fop_fini()

M0_INTERNAL void m0_sns_cm_rebalance_sw_onwire_fop_fini ( void  )

Definition at line 81 of file sw_onwire_fop.c.

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

◆ m0_sns_cm_rebalance_sw_onwire_fop_init()

M0_INTERNAL void m0_sns_cm_rebalance_sw_onwire_fop_init ( void  )

Definition at line 63 of file sw_onwire_fop.c.

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

◆ m0_sns_cm_rebalance_sw_onwire_fop_setup()

M0_INTERNAL int m0_sns_cm_rebalance_sw_onwire_fop_setup ( struct m0_cm cm,
struct m0_fop fop,
void(*)(struct m0_ref *)  fop_release,
uint64_t  proxy_id,
const char *  local_ep,
const struct m0_cm_sw sw,
const struct m0_cm_sw out_interval 
)

Definition at line 88 of file sw_onwire_fop.c.

Here is the call graph for this function:

◆ m0_sns_cm_repair_sw_onwire_fop_fini()

M0_INTERNAL void m0_sns_cm_repair_sw_onwire_fop_fini ( void  )

Definition at line 81 of file sw_onwire_fop.c.

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

◆ m0_sns_cm_repair_sw_onwire_fop_init()

M0_INTERNAL void m0_sns_cm_repair_sw_onwire_fop_init ( void  )

Definition at line 63 of file sw_onwire_fop.c.

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

◆ m0_sns_cm_repair_sw_onwire_fop_setup()

M0_INTERNAL int m0_sns_cm_repair_sw_onwire_fop_setup ( struct m0_cm cm,
struct m0_fop fop,
void(*)(struct m0_ref *)  fop_release,
uint64_t  proxy_id,
const char *  local_ep,
const struct m0_cm_sw sw,
const struct m0_cm_sw out_interval 
)

Definition at line 88 of file sw_onwire_fop.c.

Here is the call graph for this function:

◆ sns_rebalance_sw_fom_create()

static int sns_rebalance_sw_fom_create ( struct m0_fop fop,
struct m0_fom **  m,
struct m0_reqh reqh 
)
static

Definition at line 45 of file sw_onwire_fop.c.

Here is the call graph for this function:

◆ sns_repair_sw_fom_create()

static int sns_repair_sw_fom_create ( struct m0_fop fop,
struct m0_fom **  m,
struct m0_reqh reqh 
)
static

Definition at line 45 of file sw_onwire_fop.c.

Here is the call graph for this function:

Variable Documentation

◆ sns_rebalance_cmt

struct m0_cm_type sns_rebalance_cmt

Definition at line 384 of file cm.c.

◆ sns_rebalance_sw_fom_type_ops

const struct m0_fom_type_ops sns_rebalance_sw_fom_type_ops
Initial value:
= {
}
static int sns_rebalance_sw_fom_create(struct m0_fop *fop, struct m0_fom **m, struct m0_reqh *reqh)
Definition: sw_onwire_fop.c:45

Definition at line 59 of file sw_onwire_fop.c.

◆ sns_rebalance_sw_onwire_fopt

struct m0_fop_type sns_rebalance_sw_onwire_fopt

Definition at line 41 of file sw_onwire_fop.c.

◆ sns_rebalance_sw_onwire_rep_fopt

struct m0_fop_type sns_rebalance_sw_onwire_rep_fopt

Definition at line 42 of file sw_onwire_fop.c.

◆ sns_repair_cmt

struct m0_cm_type sns_repair_cmt

Definition at line 383 of file cm.c.

◆ sns_repair_sw_fom_type_ops

const struct m0_fom_type_ops sns_repair_sw_fom_type_ops
Initial value:
= {
}
static int sns_repair_sw_fom_create(struct m0_fop *fop, struct m0_fom **m, struct m0_reqh *reqh)
Definition: sw_onwire_fop.c:45

Definition at line 59 of file sw_onwire_fop.c.

◆ sns_repair_sw_onwire_fopt

struct m0_fop_type sns_repair_sw_onwire_fopt

Definition at line 41 of file sw_onwire_fop.c.

◆ sns_repair_sw_onwire_rep_fopt

struct m0_fop_type sns_repair_sw_onwire_rep_fopt

Definition at line 42 of file sw_onwire_fop.c.