|
Motr
M0
|
#include "lib/string.h"#include "lib/memory.h"#include "lib/errno.h"#include "fop/fop.h"#include "fop/fom_generic.h"#include "fop/fop_item_type.h"#include "rpc/rpc_opcodes.h"#include "fdmi/fdmi.h"#include "fdmi/fops.h"#include "fdmi/fops_xc.h"#include "fdmi/service.h"
Go to the source code of this file.
Functions | |
| M0_INTERNAL int | m0_fdmi_req_fom_create (struct m0_fop *fop, struct m0_fom **m, struct m0_reqh *reqh) |
| M0_INTERNAL int | m0_fdms_fopts_init (void) |
| M0_INTERNAL int | m0_fdms_rep_fopts_init (void) |
| M0_INTERNAL int | m0_fdms_fop_init (void) |
| M0_INTERNAL void | m0_fdms_fop_fini (void) |
Variables | |
| const struct m0_fop_type_ops | m0_fdmi_fop_ops |
| struct m0_fom_type_ops | m0_fdmi_fom_type_ops |
| struct m0_fop_type | m0_fop_fdmi_rec_not_fopt |
| struct m0_fop_type | m0_fop_fdmi_rec_not_rep_fopt |
| struct m0_fop_type | m0_fop_fdmi_rec_release_fopt |
| struct m0_fop_type | m0_fop_fdmi_rec_release_rep_fopt |
| const struct m0_fom_ops | fdmi_rr_fom_ops |
| const struct m0_fom_type_ops | fdmi_rr_fom_type_ops |
| const struct m0_sm_conf | fdmi_rr_fom_sm_conf |
| const struct m0_sm_conf | fdmi_plugin_dock_fom_sm_conf |
| M0_INTERNAL int m0_fdmi_req_fom_create | ( | struct m0_fop * | fop, |
| struct m0_fom ** | m, | ||
| struct m0_reqh * | reqh | ||
| ) |
| M0_INTERNAL int m0_fdms_fopts_init | ( | void | ) |
| M0_INTERNAL int m0_fdms_rep_fopts_init | ( | void | ) |
| const struct m0_sm_conf fdmi_plugin_dock_fom_sm_conf |
Definition at line 89 of file plugin_dock_fom.c.
| const struct m0_fom_ops fdmi_rr_fom_ops |
Definition at line 230 of file source_dock_fom.c.
| const struct m0_sm_conf fdmi_rr_fom_sm_conf |
Definition at line 220 of file source_dock_fom.c.
| const struct m0_fom_type_ops fdmi_rr_fom_type_ops |
Definition at line 226 of file source_dock_fom.c.
| struct m0_fom_type_ops m0_fdmi_fom_type_ops |
| const struct m0_fop_type_ops m0_fdmi_fop_ops |
| struct m0_fop_type m0_fop_fdmi_rec_not_fopt |
| struct m0_fop_type m0_fop_fdmi_rec_not_rep_fopt |
| struct m0_fop_type m0_fop_fdmi_rec_release_fopt |
| struct m0_fop_type m0_fop_fdmi_rec_release_rep_fopt |