Searched defs:request_element (Results 1 – 5 of 5) sorted by relevance
124 typedef struct request_element struct126 int qstate; /* "QS" state */127 int infd;128 int outfd;129 int wr;130 int blk;131 int num_blks;132 uint8_t * buffp;133 uint8_t * alloc_bp;134 sg_io_hdr_t io_hdr;[all …]
187 typedef struct request_element struct189 bool wr;190 bool in_stop;191 bool in_err;192 bool out_err;193 bool use_no_dxfer;194 int infd;195 int outfd;196 int64_t blk;197 int num_blks;[all …]
315 typedef struct request_element struct317 struct global_collection *clp;318 bool has_share;319 bool both_sg;320 bool same_sg;321 bool only_in_sg;322 bool only_out_sg;323 bool stop_after_write;324 bool stop_now;325 int id;[all …]
288 typedef struct request_element struct290 struct global_collection *clp;291 bool wr;292 bool has_share;293 bool both_sg;294 bool same_sg;295 bool only_in_sg;296 bool only_out_sg;298 int id;299 int bs;[all …]
139 typedef struct request_element struct141 struct request_element * nextp; argument142 bool stop_after_wr;143 bool wr;144 int state;145 int blk;146 int num_blks;147 uint8_t * buffp;148 uint8_t * free_buffp;149 sg_io_hdr_t io_hdr;[all …]