Motr  M0
trigger_fop.h File Reference
#include "lib/types.h"
#include "xcode/xcode_attr.h"
#include "rpc/rpc_opcodes.h"
Include dependency graph for trigger_fop.h:

Go to the source code of this file.

Data Structures

struct  failure_data
 
struct  trigger_fop
 
struct  trigger_rep_fop
 
struct  m0_status_rep_fop
 

Macros

#define __MOTR_CM_REPREB_TRIGGER_FOP_H__
 

Functions

struct failure_data M0_XCA_DOMAIN (rpc)
 
M0_INTERNAL void m0_cm_trigger_fop_init (struct m0_fop_type *ft, enum M0_RPC_OPCODES op, const char *name, const struct m0_xcode_type *xt, uint64_t rpc_flags, struct m0_cm_type *cmt, const struct m0_fom_type_ops *ops)
 
M0_INTERNAL void m0_cm_trigger_fop_fini (struct m0_fop_type *ft)
 

Variables

uint32_t fd_nr
 
uint64_t * fd_index
 
uint32_t op
 
int32_t rc
 
int32_t ssr_rc
 
uint32_t ssr_state
 
uint64_t ssr_progress
 

Macro Definition Documentation

◆ __MOTR_CM_REPREB_TRIGGER_FOP_H__

#define __MOTR_CM_REPREB_TRIGGER_FOP_H__

Definition at line 26 of file trigger_fop.h.

Variable Documentation

◆ fd_index

uint64_t* fd_index

Definition at line 48 of file trigger_fop.h.

◆ fd_nr

uint32_t fd_nr

Definition at line 47 of file trigger_fop.h.

◆ op

uint32_t op

Definition at line 47 of file trigger_fop.h.

◆ rc

int rc

Definition at line 47 of file trigger_fop.h.

◆ ssr_progress

uint64_t ssr_progress

Definition at line 49 of file trigger_fop.h.

◆ ssr_rc

int32_t ssr_rc

Definition at line 47 of file trigger_fop.h.

◆ ssr_state

uint32_t ssr_state

Definition at line 48 of file trigger_fop.h.