|
Motr
M0
|
#include "lib/misc.h"#include "lib/errno.h"#include "lib/assert.h"#include "lib/memory.h"#include "lib/chan.h"#include "lib/list.h"#include "balloc/balloc.h"#include "net/net.h"#include "fop/fop.h"#include "reqh/reqh.h"#include "fop/fom.h"#include "fop/fom_generic.h"#include "stob/stob.h"#include "stob/ad.h"#include "rpc/rpc.h"#include "rpc/rpc_opcodes.h"#include "fop/fop_item_type.h"#include "reqh/ut/io_fop.h"#include "reqh/ut/io_fop_xc.h"#include "ut/ut.h"
Go to the source code of this file.
Data Structures | |
| struct | m0_stob_io_fom |
Enumerations | |
| enum | stob_fom_phases { M0_FOPH_CREATE_STOB = M0_FOPH_NR + 1, M0_FOPH_READ_STOB_IO = M0_FOPH_NR + 1, M0_FOPH_READ_STOB_IO_WAIT, M0_FOPH_WRITE_STOB_IO = M0_FOPH_NR + 1, M0_FOPH_WRITE_STOB_IO_WAIT } |
Variables | |
| struct m0_reqh_service_type | m0_rpc_service_type |
| struct m0_fop_type | m0_stob_io_create_fopt |
| struct m0_fop_type | m0_stob_io_read_fopt |
| struct m0_fop_type | m0_stob_io_write_fopt |
| struct m0_fop_type | m0_stob_io_create_rep_fopt |
| struct m0_fop_type | m0_stob_io_read_rep_fopt |
| struct m0_fop_type | m0_stob_io_write_rep_fopt |
| struct m0_sm_state_descr | stob_create_phases [] |
| struct m0_sm_state_descr | stob_read_phases [] |
| const struct m0_sm_conf | read_conf |
| struct m0_sm_state_descr | stob_write_phases [] |
| const struct m0_sm_conf | write_conf |
| static struct m0_fom_ops | stob_create_fom_ops |
| static struct m0_fom_ops | stob_write_fom_ops |
| static struct m0_fom_ops | stob_read_fom_ops |
| static const struct m0_fom_type_ops | stob_create_fom_type_ops |
| static const struct m0_fom_type_ops | stob_read_fom_type_ops |
| static const struct m0_fom_type_ops | stob_write_fom_type_ops |