Motr  M0
bulkio_params Struct Reference

#include <bulkio_common.h>

Collaboration diagram for bulkio_params:
Collaboration graph

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_ctxbp_cctx
 
struct m0_rpc_server_ctxbp_sctx
 
struct m0_net_xprtbp_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
 

Detailed Description

Definition at line 68 of file bulkio_common.h.

Field Documentation

◆ bp_caddr

const char* bp_caddr

Definition at line 101 of file bulkio_common.h.

◆ bp_ccbdom

struct m0_cob_domain bp_ccbdom

Definition at line 98 of file bulkio_common.h.

◆ bp_cctx

struct m0_rpc_client_ctx* bp_cctx

Definition at line 106 of file bulkio_common.h.

◆ bp_cdbname

char* bp_cdbname

Definition at line 102 of file bulkio_common.h.

◆ bp_cnetdom

struct m0_net_domain bp_cnetdom

Definition at line 99 of file bulkio_common.h.

◆ bp_fids

struct m0_fid bp_fids[IO_FIDS_NR]

Definition at line 70 of file bulkio_common.h.

◆ bp_file

struct m0_file bp_file[IO_FIDS_NR]

Definition at line 113 of file bulkio_common.h.

◆ bp_flock_rt

struct m0_rm_resource_type bp_flock_rt

Definition at line 112 of file bulkio_common.h.

◆ bp_iobuf

struct m0_net_buffer** bp_iobuf

Definition at line 85 of file bulkio_common.h.

◆ bp_offsets

uint64_t bp_offsets[IO_FIDS_NR]

Definition at line 73 of file bulkio_common.h.

◆ bp_rdom

struct m0_rm_domain bp_rdom

Definition at line 111 of file bulkio_common.h.

◆ bp_readbuf

char* bp_readbuf

Definition at line 94 of file bulkio_common.h.

◆ bp_remid

struct m0_be_tx_remid bp_remid

Transaction ID included in the last reply received

Definition at line 116 of file bulkio_common.h.

◆ bp_rfops

struct m0_io_fop** bp_rfops

Definition at line 76 of file bulkio_common.h.

◆ bp_rfops_nr

int bp_rfops_nr

Definition at line 81 of file bulkio_common.h.

◆ bp_saddr

const char* bp_saddr

Definition at line 103 of file bulkio_common.h.

◆ bp_sctx

struct m0_rpc_server_ctx* bp_sctx

Definition at line 107 of file bulkio_common.h.

◆ bp_seg_nr

uint32_t bp_seg_nr

Definition at line 118 of file bulkio_common.h.

◆ bp_slogfile

char* bp_slogfile

Definition at line 104 of file bulkio_common.h.

◆ bp_threads

struct m0_thread** bp_threads

Definition at line 88 of file bulkio_common.h.

◆ bp_wfops

struct m0_io_fop** bp_wfops

Definition at line 79 of file bulkio_common.h.

◆ bp_wfops_nr

int bp_wfops_nr

Definition at line 82 of file bulkio_common.h.

◆ bp_writebuf

char* bp_writebuf

Definition at line 95 of file bulkio_common.h.

◆ bp_xprt

struct m0_net_xprt* bp_xprt

Definition at line 109 of file bulkio_common.h.


The documentation for this struct was generated from the following file: