|
Motr
M0
|

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 |
| #define __MOTR_CM_REPREB_TRIGGER_FOP_H__ |
Definition at line 26 of file trigger_fop.h.
| uint64_t* fd_index |
Definition at line 48 of file trigger_fop.h.
| uint32_t fd_nr |
Definition at line 47 of file trigger_fop.h.
| uint32_t op |
Definition at line 47 of file trigger_fop.h.
| int rc |
Definition at line 47 of file trigger_fop.h.
| uint64_t ssr_progress |
Definition at line 49 of file trigger_fop.h.
| int32_t ssr_rc |
Definition at line 47 of file trigger_fop.h.
| uint32_t ssr_state |
Definition at line 48 of file trigger_fop.h.