Motr
M0
|
#include "lib/errno.h"
#include "lib/memory.h"
#include "fop/fom.h"
#include "fop/fop.h"
#include "iscservice/isc_fops.h"
#include "iscservice/isc_fops_xc.h"
#include "rpc/rpc.h"
#include "fop/fop_item_type.h"
#include "fop/fom_generic.h"
Go to the source code of this file.
Functions | |
M0_INTERNAL int | m0_iscservice_fop_init (void) |
M0_INTERNAL void | m0_iscservice_fop_fini (void) |
Variables | |
struct m0_fop_type | m0_fop_isc_fopt |
struct m0_fop_type | m0_fop_isc_rep_fopt |
struct m0_reqh_service_type | m0_iscs_type |
const struct m0_fom_type_ops | m0_fom_isc_type_ops |
struct m0_sm_state_descr | isc_fom_phases [] |
struct m0_sm_conf | isc_sm_conf |
M0_INTERNAL void m0_iscservice_fop_fini | ( | void | ) |
Definition at line 65 of file isc_fops.c.
M0_INTERNAL int m0_iscservice_fop_init | ( | void | ) |
Definition at line 41 of file isc_fops.c.
struct m0_sm_state_descr isc_fom_phases[] |
struct m0_sm_conf isc_sm_conf |
const struct m0_fom_type_ops m0_fom_isc_type_ops |
struct m0_fop_type m0_fop_isc_fopt |
FOP definitions and corresponding fop type formats
Definition at line 33 of file isc_fops.c.
struct m0_fop_type m0_fop_isc_rep_fopt |
Definition at line 34 of file isc_fops.c.
struct m0_reqh_service_type m0_iscs_type |
Definition at line 76 of file isc_service.c.