|
Motr
M0
|
#include <bulkio_common.h>

Data Fields | |
| struct m0_fid | bp_fids [IO_FIDS_NR] |
| uint64_t | bp_offsets [IO_FIDS_NR] |
| struct m0_io_fop ** | bp_rfops |
| struct m0_io_fop ** | bp_wfops |
| int | bp_rfops_nr |
| int | bp_wfops_nr |
| struct m0_net_buffer ** | bp_iobuf |
| struct m0_thread ** | bp_threads |
| char * | bp_readbuf |
| char * | bp_writebuf |
| struct m0_cob_domain | bp_ccbdom |
| struct m0_net_domain | bp_cnetdom |
| const char * | bp_caddr |
| char * | bp_cdbname |
| const char * | bp_saddr |
| char * | bp_slogfile |
| struct m0_rpc_client_ctx * | bp_cctx |
| struct m0_rpc_server_ctx * | bp_sctx |
| struct m0_net_xprt * | bp_xprt |
| struct m0_rm_domain | bp_rdom |
| struct m0_rm_resource_type | bp_flock_rt |
| struct m0_file | bp_file [IO_FIDS_NR] |
| struct m0_be_tx_remid | bp_remid |
| uint32_t | bp_seg_nr |
Definition at line 68 of file bulkio_common.h.
| const char* bp_caddr |
Definition at line 101 of file bulkio_common.h.
| struct m0_cob_domain bp_ccbdom |
Definition at line 98 of file bulkio_common.h.
| struct m0_rpc_client_ctx* bp_cctx |
Definition at line 106 of file bulkio_common.h.
| char* bp_cdbname |
Definition at line 102 of file bulkio_common.h.
| struct m0_net_domain bp_cnetdom |
Definition at line 99 of file bulkio_common.h.
| struct m0_fid bp_fids[IO_FIDS_NR] |
Definition at line 70 of file bulkio_common.h.
| struct m0_file bp_file[IO_FIDS_NR] |
Definition at line 113 of file bulkio_common.h.
| struct m0_rm_resource_type bp_flock_rt |
Definition at line 112 of file bulkio_common.h.
| struct m0_net_buffer** bp_iobuf |
Definition at line 85 of file bulkio_common.h.
| uint64_t bp_offsets[IO_FIDS_NR] |
Definition at line 73 of file bulkio_common.h.
| struct m0_rm_domain bp_rdom |
Definition at line 111 of file bulkio_common.h.
| char* bp_readbuf |
Definition at line 94 of file bulkio_common.h.
| struct m0_be_tx_remid bp_remid |
Transaction ID included in the last reply received
Definition at line 116 of file bulkio_common.h.
| struct m0_io_fop** bp_rfops |
Definition at line 76 of file bulkio_common.h.
| int bp_rfops_nr |
Definition at line 81 of file bulkio_common.h.
| const char* bp_saddr |
Definition at line 103 of file bulkio_common.h.
| struct m0_rpc_server_ctx* bp_sctx |
Definition at line 107 of file bulkio_common.h.
| uint32_t bp_seg_nr |
Definition at line 118 of file bulkio_common.h.
| char* bp_slogfile |
Definition at line 104 of file bulkio_common.h.
| struct m0_thread** bp_threads |
Definition at line 88 of file bulkio_common.h.
| struct m0_io_fop** bp_wfops |
Definition at line 79 of file bulkio_common.h.
| int bp_wfops_nr |
Definition at line 82 of file bulkio_common.h.
| char* bp_writebuf |
Definition at line 95 of file bulkio_common.h.
| struct m0_net_xprt* bp_xprt |
Definition at line 109 of file bulkio_common.h.