|
Motr
M0
|
#include "rpc/rpc_opcodes.h"#include "stob/stob.h"#include "stob/stob_xc.h"#include "cm/cp_onwire.h"#include "cm/cp_onwire_xc.h"
Go to the source code of this file.
Data Structures | |
| struct | m0_sns_cpx |
| struct | m0_sns_cpx_reply |
Macros | |
| #define | __MOTR_SNS_CM_CP_ONWIRE_H__ |
Functions | |
| struct m0_sns_cpx | M0_XCA_DOMAIN (rpc) |
| M0_INTERNAL void | m0_sns_cpx_init (struct m0_fop_type *ft, const struct m0_fom_type_ops *fomt_ops, enum M0_RPC_OPCODES op, const char *name, const struct m0_xcode_type *xt, uint64_t rpc_flags, struct m0_cm_type *cmt) |
| M0_INTERNAL void | m0_sns_cpx_fini (struct m0_fop_type *ft) |
Variables | |
| struct m0_cpx | scx_cp |
| struct m0_io_indexvec_seq | scx_ivecs |
| struct m0_stob_id | scx_stob_id |
| uint64_t | scx_failed_idx |
| uint32_t | scx_phase |
| int32_t | scr_rc |
| struct m0_cpx_reply | scr_cp_rep |
| #define __MOTR_SNS_CM_CP_ONWIRE_H__ |
Definition at line 26 of file sns_cp_onwire.h.
| M0_INTERNAL void m0_sns_cpx_fini | ( | struct m0_fop_type * | ft | ) |
Definition at line 46 of file sns_cp_onwire.c.


| M0_INTERNAL void m0_sns_cpx_init | ( | struct m0_fop_type * | ft, |
| const struct m0_fom_type_ops * | fomt_ops, | ||
| enum M0_RPC_OPCODES | op, | ||
| const char * | name, | ||
| const struct m0_xcode_type * | xt, | ||
| uint64_t | rpc_flags, | ||
| struct m0_cm_type * | cmt | ||
| ) |
| struct m0_sns_cpx M0_XCA_DOMAIN | ( | rpc | ) |
| struct m0_cpx_reply scr_cp_rep |
Base copy packet reply fields.
Definition at line 49 of file sns_cp_onwire.h.
| int32_t scr_rc |
Definition at line 47 of file sns_cp_onwire.h.
| struct m0_cpx scx_cp |
Base copy packet fields.
Definition at line 48 of file sns_cp_onwire.h.
| uint64_t scx_failed_idx |
Definition at line 58 of file sns_cp_onwire.h.
| struct m0_io_indexvec_seq scx_ivecs |
Index vectors representing the extent information for the data represented by the copy packet.
Definition at line 53 of file sns_cp_onwire.h.
| uint32_t scx_phase |
Copy packet fom phase before sending it onwire.
Definition at line 61 of file sns_cp_onwire.h.
| struct m0_stob_id scx_stob_id |
Destination stob id.
Definition at line 56 of file sns_cp_onwire.h.