|
Motr
M0
|
#include "lib/trace.h"#include "conf/fop.h"#include "conf/onwire_xc.h"#include "conf/confd_fom.h"#include "conf/confd.h"#include "rpc/rpc_opcodes.h"#include "fop/fom_generic.h"#include "conf/flip_fop.h"#include "conf/flip_fop_xc.h"#include "conf/load_fop.h"#include "conf/load_fop_xc.h"
Go to the source code of this file.
Macros | |
| #define | M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_CONF |
Functions | |
| M0_INTERNAL int | m0_conf_fops_init (void) |
| M0_INTERNAL void | m0_conf_fops_fini (void) |
| M0_INTERNAL int | m0_confx_types_init (void) |
| M0_INTERNAL void | m0_confx_types_fini (void) |
Variables | |
| struct m0_fop_type | m0_conf_fetch_fopt |
| struct m0_fop_type | m0_conf_fetch_resp_fopt |
| struct m0_fop_type | m0_conf_update_fopt |
| struct m0_fop_type | m0_conf_update_resp_fopt |
| static const struct m0_fom_type_ops | confd_fom_ops |
| struct m0_sm_conf | conf_load_conf |
| struct m0_sm_state_descr | conf_load_phases [] |
| struct m0_fop_type | m0_fop_conf_load_fopt |
| struct m0_fop_type | m0_fop_conf_load_rep_fopt |
| const struct m0_fom_type_ops | conf_load_fom_type_ops |
| struct m0_sm_conf | conf_flip_conf |
| struct m0_sm_state_descr | conf_flip_phases [] |
| struct m0_fop_type | m0_fop_conf_flip_fopt |
| struct m0_fop_type | m0_fop_conf_flip_rep_fopt |
| const struct m0_fom_type_ops | conf_flip_fom_type_ops |