Motr  M0
acc_cp.c File Reference
#include "lib/trace.h"
#include "lib/memory.h"
#include "lib/misc.h"
#include "fop/fom.h"
#include "cob/cob.h"
#include "reqh/reqh.h"
#include "sns/cm/cp.h"
#include "sns/cm/cm.h"
#include "sns/cm/repair/ag.h"
#include "sns/cm/cm_utils.h"
Include dependency graph for acc_cp.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_SNSCM
 

Functions

M0_INTERNAL int m0_sns_cm_repair_cp_xform (struct m0_cm_cp *cp)
 
M0_INTERNAL int m0_sns_cm_repair_cp_send (struct m0_cm_cp *cp)
 
M0_INTERNAL int m0_sns_cm_repair_cp_recv_wait (struct m0_cm_cp *cp)
 
static void acc_cp_free (struct m0_cm_cp *cp)
 
static int acc_cp_fini (struct m0_cm_cp *cp)
 
M0_INTERNAL void m0_sns_cm_acc_cp_init (struct m0_sns_cm_cp *scp, struct m0_sns_cm_ag *sag)
 
M0_INTERNAL int m0_sns_cm_acc_cp_setup (struct m0_sns_cm_cp *scp, struct m0_fid *tgt_cobfid, uint64_t tgt_cob_index, uint64_t failed_unit_idx, uint64_t data_seg_nr)
 

Variables

const struct m0_cm_cp_ops m0_sns_cm_acc_cp_ops
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_SNSCM

Definition at line 24 of file acc_cp.c.