|
Motr
M0
|
#include "fop/fop.h"#include "dix/cm/cm.h"#include "dix/cm/cp.h"#include "rpc/rpc_opcodes.h"#include "dix/cm/dix_cp_onwire.h"
Go to the source code of this file.
Functions | |
| M0_INTERNAL void | m0_dix_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_dix_cpx_fini (struct m0_fop_type *ft) |
| M0_INTERNAL void m0_dix_cpx_fini | ( | struct m0_fop_type * | ft | ) |
Finalises copy packet FOP type.
Definition at line 50 of file dix_cp_onwire.c.


| M0_INTERNAL void m0_dix_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 | ||
| ) |
Initialises copy packet FOP type.
Definition at line 32 of file dix_cp_onwire.c.

