Home
last modified time | relevance | path

Searched defs:bdev_io (Results 1 – 25 of 76) sorted by relevance

1234

/spdk/test/unit/lib/bdev/crypto.c/
H A Dcrypto_ut.c103 spdk_bdev_io_get_buf(struct spdk_bdev_io * bdev_io,spdk_bdev_io_get_buf_cb cb,uint64_t len) spdk_bdev_io_get_buf() argument
110 struct spdk_bdev_io *bdev_io; global() member
125 ut_vbdev_crypto_bdev_cpl(spdk_bdev_io_completion_cb cb_fn,struct spdk_bdev_io * bdev_io,bool result,void * cb_arg) ut_vbdev_crypto_bdev_cpl() argument
206 spdk_bdev_io_complete(struct spdk_bdev_io * bdev_io,enum spdk_bdev_io_status status) spdk_bdev_io_complete() argument
213 spdk_bdev_io_complete_base_io_status(struct spdk_bdev_io * bdev_io,const struct spdk_bdev_io * base_io) spdk_bdev_io_complete_base_io_status() argument
262 struct spdk_bdev_io bdev_io; global() member
279 struct spdk_bdev_io *bdev_io = &io.bdev_io; test_error_paths() local
377 struct spdk_bdev_io *bdev_io = &io.bdev_io; test_simple_write() local
406 struct spdk_bdev_io *bdev_io = &io.bdev_io; test_simple_read() local
428 struct spdk_bdev_io *bdev_io = &io.bdev_io; test_passthru() local
471 struct spdk_bdev_io *bdev_io = &io.bdev_io; test_crypto_op_complete() local
[all...]
/spdk/module/bdev/malloc/
H A Dbdev_malloc.c40 _malloc_verify_pi(struct spdk_bdev_io *bdev_io, struct iovec *iovs, int iovcnt, in malloc_verify_pi() argument
104 malloc_unmap_write_zeroes_generate_pi(struct spdk_bdev_io * bdev_io) malloc_unmap_write_zeroes_generate_pi() argument
163 struct spdk_bdev_io *bdev_io = spdk_bdev_io_from_ctx(task); malloc_done() local
273 malloc_get_md_len(struct spdk_bdev_io * bdev_io) malloc_get_md_len() argument
279 malloc_get_md_offset(struct spdk_bdev_io * bdev_io) malloc_get_md_offset() argument
285 malloc_get_md_buf(struct spdk_bdev_io * bdev_io) malloc_get_md_buf() argument
297 struct spdk_bdev_io *bdev_io = spdk_bdev_io_from_ctx(task); malloc_sequence_fail() local
312 struct spdk_bdev_io *bdev_io = spdk_bdev_io_from_ctx(task); malloc_sequence_done() local
321 bdev_malloc_readv(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,struct spdk_bdev_io * bdev_io) bdev_malloc_readv() argument
374 bdev_malloc_writev(struct malloc_disk * mdisk,struct spdk_io_channel * ch,struct malloc_task * task,struct spdk_bdev_io * bdev_io) bdev_malloc_writev() argument
459 _bdev_malloc_submit_request(struct malloc_channel * mch,struct spdk_bdev_io * bdev_io) _bdev_malloc_submit_request() argument
548 bdev_malloc_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_malloc_submit_request() argument
[all...]
/spdk/module/bdev/zone_block/
H A Dvbdev_zone_block.c200 zone_block_get_zone_info(struct bdev_zone_block *bdev_node, struct spdk_bdev_io *bdev_io) in zone_block_get_zone_info() argument
223 zone_block_open_zone(struct block_zone *zone, struct spdk_bdev_io *bdev_io) in zone_block_open_zone() argument
242 _zone_block_complete_unmap(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in _zone_block_complete_unmap() argument
256 struct block_zone *zone, struct spdk_bdev_io *bdev_io) in zone_block_reset_zone() argument
289 zone_block_close_zone(struct block_zone * zone,struct spdk_bdev_io * bdev_io) zone_block_close_zone() argument
307 zone_block_finish_zone(struct block_zone * zone,struct spdk_bdev_io * bdev_io) zone_block_finish_zone() argument
321 zone_block_zone_management(struct bdev_zone_block * bdev_node,struct zone_block_io_channel * ch,struct spdk_bdev_io * bdev_io) zone_block_zone_management() argument
345 _zone_block_complete_write(struct spdk_bdev_io * bdev_io,bool success,void * cb_arg) _zone_block_complete_write() argument
363 zone_block_write(struct bdev_zone_block * bdev_node,struct zone_block_io_channel * ch,struct spdk_bdev_io * bdev_io) zone_block_write() argument
437 _zone_block_complete_read(struct spdk_bdev_io * bdev_io,bool success,void * cb_arg) _zone_block_complete_read() argument
451 zone_block_read(struct bdev_zone_block * bdev_node,struct zone_block_io_channel * ch,struct spdk_bdev_io * bdev_io) zone_block_read() argument
479 zone_block_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) zone_block_submit_request() argument
[all...]
/spdk/lib/bdev/
H A Dbdev_zone.c72 struct spdk_bdev_io *bdev_io; in spdk_bdev_get_zone_info() local
98 struct spdk_bdev_io *bdev_io; in spdk_bdev_zone_management() local
124 struct spdk_bdev_io *bdev_io; in zone_bdev_append_with_md() local
173 struct spdk_bdev_io *bdev_io; in spdk_bdev_zone_appendv_with_md() local
205 spdk_bdev_io_get_append_location(struct spdk_bdev_io *bdev_io) in spdk_bdev_io_get_append_location()
H A Dscsi_nvme.c11 spdk_scsi_nvme_translate(const struct spdk_bdev_io *bdev_io, int *sc, int *sk, in spdk_scsi_nvme_translate()
/spdk/module/bdev/crypto/
H A Dvbdev_crypto.c84 struct spdk_bdev_io *bdev_io = spdk_bdev_io_from_ctx(crypto_io); in crypto_io_fail() local
99 crypto_write(struct crypto_io_channel *crypto_ch, struct spdk_bdev_io *bdev_io) in crypto_write() argument
130 crypto_encrypt(struct crypto_io_channel * crypto_ch,struct spdk_bdev_io * bdev_io) crypto_encrypt() argument
178 _complete_internal_io(struct spdk_bdev_io * bdev_io,bool success,void * cb_arg) _complete_internal_io() argument
198 struct spdk_bdev_io *bdev_io = (struct spdk_bdev_io *)arg; vbdev_crypto_resubmit_io() local
214 vbdev_crypto_queue_io(struct spdk_bdev_io * bdev_io,enum crypto_io_resubmit_state state) vbdev_crypto_queue_io() argument
233 crypto_read(struct crypto_io_channel * crypto_ch,struct spdk_bdev_io * bdev_io) crypto_read() argument
266 crypto_read_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) crypto_read_get_buf_cb() argument
312 vbdev_crypto_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) vbdev_crypto_submit_request() argument
[all...]
/spdk/module/bdev/passthru/
H A Dvbdev_passthru.c147 _pt_complete_io(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in _pt_complete_io() argument
169 _pt_complete_zcopy_io(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in _pt_complete_zcopy_io() argument
194 struct spdk_bdev_io *bdev_io = (struct spdk_bdev_io *)arg; in vbdev_passthru_resubmit_io() local
201 vbdev_passthru_queue_io(struct spdk_bdev_io * bdev_io) vbdev_passthru_queue_io() argument
220 pt_init_ext_io_opts(struct spdk_bdev_io * bdev_io,struct spdk_bdev_ext_io_opts * opts) pt_init_ext_io_opts() argument
235 pt_read_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) pt_read_get_buf_cb() argument
271 vbdev_passthru_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) vbdev_passthru_submit_request() argument
[all...]
/spdk/test/external_code/passthru/
H A Dvbdev_passthru.c143 _pt_complete_io(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in _pt_complete_io()
165 _pt_complete_zcopy_io(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in _pt_complete_zcopy_io()
190 struct spdk_bdev_io *bdev_io = (struct spdk_bdev_io *)arg; in vbdev_passthru_resubmit_io() local
197 vbdev_passthru_queue_io(struct spdk_bdev_io *bdev_io) in vbdev_passthru_queue_io()
221 pt_read_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, bool success) in pt_read_get_buf_cb()
265 vbdev_passthru_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in vbdev_passthru_submit_request()
/spdk/module/bdev/virtio/
H A Dbdev_virtio_blk.c87 bdev_virtio_blk_init_io_vreq(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_blk_init_io_vreq()
113 bdev_virtio_blk_send_io(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_blk_send_io()
143 bdev_virtio_command(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_command()
169 bdev_virtio_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, in bdev_virtio_get_buf_cb()
181 _bdev_virtio_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in _bdev_virtio_submit_request()
216 bdev_virtio_submit_request(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_submit_request()
317 bdev_virtio_io_cpl(struct spdk_bdev_io *bdev_io) in bdev_virtio_io_cpl()
H A Dbdev_virtio_scsi.c439 bdev_virtio_init_io_vreq(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_init_io_vreq() argument
463 bdev_virtio_init_tmf_vreq(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_init_tmf_vreq() argument
486 bdev_virtio_send_io(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io) in bdev_virtio_send_io() argument
517 bdev_virtio_rw(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_virtio_rw() argument
538 bdev_virtio_reset(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_virtio_reset() argument
558 bdev_virtio_unmap(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) bdev_virtio_unmap() argument
608 bdev_virtio_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) bdev_virtio_get_buf_cb() argument
620 _bdev_virtio_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) _bdev_virtio_submit_request() argument
660 bdev_virtio_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_virtio_submit_request() argument
766 bdev_virtio_io_cpl(struct spdk_bdev_io * bdev_io) bdev_virtio_io_cpl() argument
838 struct spdk_bdev_io *bdev_io = ctx; bdev_virtio_tmf_cpl_cb() local
849 bdev_virtio_tmf_cpl(struct spdk_bdev_io * bdev_io) bdev_virtio_tmf_cpl() argument
899 struct spdk_bdev_io *bdev_io = ctx; bdev_virtio_tmf_abort_nomem_cb() local
907 struct spdk_bdev_io *bdev_io = ctx; bdev_virtio_tmf_abort_ioerr_cb() local
913 bdev_virtio_tmf_abort(struct spdk_bdev_io * bdev_io,int status) bdev_virtio_tmf_abort() argument
927 bdev_virtio_send_tmf_io(struct virtqueue * ctrlq,struct spdk_bdev_io * bdev_io) bdev_virtio_send_tmf_io() argument
[all...]
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/
H A Dbdev_raid_sb_ut.c96 spdk_bdev_free_io(struct spdk_bdev_io *bdev_io) in spdk_bdev_free_io()
109 struct spdk_bdev_io *bdev_io = &g_bdev_io; in spdk_bdev_read() local
136 struct spdk_bdev_io *bdev_io; in spdk_bdev_write() local
165 struct spdk_bdev_io *bdev_io; in process_io_completions() local
/spdk/module/bdev/delay/
H A Dvbdev_delay.c190 _delay_complete_io(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in _delay_complete_io() argument
235 struct spdk_bdev_io *bdev_io = (struct spdk_bdev_io *)arg; in vbdev_delay_resubmit_io() local
242 vbdev_delay_queue_io(struct spdk_bdev_io * bdev_io) vbdev_delay_queue_io() argument
260 delay_init_ext_io_opts(struct spdk_bdev_io * bdev_io,struct spdk_bdev_ext_io_opts * opts) delay_init_ext_io_opts() argument
270 delay_read_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) delay_read_get_buf_cb() argument
301 struct spdk_bdev_io *bdev_io = spdk_io_channel_iter_get_ctx(i); vbdev_delay_reset_dev() local
320 abort_zcopy_io(struct spdk_bdev_io * bdev_io,bool success,void * cb_arg) abort_zcopy_io() argument
377 vbdev_delay_abort(struct vbdev_delay * delay_node,struct delay_io_channel * delay_ch,struct spdk_bdev_io * bdev_io) vbdev_delay_abort() argument
394 vbdev_delay_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) vbdev_delay_submit_request() argument
[all...]
/spdk/test/external_code/hello_world/
H A Dhello_bdev.c60 read_complete(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in read_complete()
109 write_complete(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in write_complete()
167 reset_zone_complete(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in reset_zone_complete()
/spdk/examples/bdev/hello_world/
H A Dhello_bdev.c60 read_complete(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in read_complete()
109 write_complete(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in write_complete()
167 reset_zone_complete(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in reset_zone_complete()
/spdk/module/bdev/gpt/
H A Dvbdev_gpt.c59 struct spdk_bdev_io *bdev_io; member
177 vbdev_gpt_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, bool success) in vbdev_gpt_get_buf_cb() argument
188 _vbdev_gpt_submit_request(struct spdk_io_channel * _ch,struct spdk_bdev_io * bdev_io) _vbdev_gpt_submit_request() argument
209 vbdev_gpt_submit_request(struct spdk_io_channel * _ch,struct spdk_bdev_io * bdev_io) vbdev_gpt_submit_request() argument
399 gpt_read_secondary_table_complete(struct spdk_bdev_io * bdev_io,bool success,void * arg) gpt_read_secondary_table_complete() argument
458 gpt_bdev_complete(struct spdk_bdev_io * bdev_io,bool success,void * arg) gpt_bdev_complete() argument
[all...]
/spdk/module/bdev/raid/
H A Draid1.c52 raid1_write_bdev_io_completion(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in raid1_write_bdev_io_completion() argument
80 raid1_correct_read_error_completion(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in raid1_correct_read_error_completion() argument
131 raid1_read_other_completion(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in raid1_read_other_completion() argument
191 raid1_read_bdev_io_completion(struct spdk_bdev_io *bdev_io, bool success, void *cb_arg) in raid1_read_bdev_io_completion() argument
426 raid1_process_write_completed(struct spdk_bdev_io *bdev_io, boo argument
[all...]
/spdk/test/unit/lib/bdev/vbdev_zone_block.c/
H A Dvbdev_zone_block_ut.c88 spdk_bdev_free_io(struct spdk_bdev_io *bdev_io) in spdk_bdev_free_io() argument
208 spdk_bdev_io_complete(struct spdk_bdev_io *bdev_io, enum spdk_bdev_io_status status) in spdk_bdev_io_complete() argument
697 bdev_io_zone_info_initialize(struct spdk_bdev_io *bdev_io, struct spdk_bdev *bdev, in bdev_io_zone_info_initialize() argument
713 bdev_io_zone_initialize(struct spdk_bdev_io * bdev_io,struct spdk_bdev * bdev,uint64_t zone_id,uint32_t num_zones,uint8_t zone_action) bdev_io_zone_initialize() argument
724 bdev_io_zone_cleanup(struct spdk_bdev_io * bdev_io) bdev_io_zone_cleanup() argument
731 bdev_io_initialize(struct spdk_bdev_io * bdev_io,struct spdk_bdev * bdev,uint64_t lba,uint64_t blocks,int16_t iotype) bdev_io_initialize() argument
751 bdev_io_cleanup(struct spdk_bdev_io * bdev_io) bdev_io_cleanup() argument
813 struct spdk_bdev_io *bdev_io; send_zone_info() local
842 struct spdk_bdev_io *bdev_io; test_get_zone_info() local
920 struct spdk_bdev_io *bdev_io; send_zone_management() local
1018 struct spdk_bdev_io *bdev_io; send_write_zone() local
1037 struct spdk_bdev_io *bdev_io; send_read_zone() local
1056 struct spdk_bdev_io *bdev_io; send_append_zone() local
[all...]
/spdk/test/unit/lib/bdev/raid/bdev_raid.c/
H A Dbdev_raid_ut.c77 ut_raid_submit_rw_request_defered_cb(struct spdk_bdev_io * bdev_io,bool success,void * cb_arg) ut_raid_submit_rw_request_defered_cb() argument
88 struct spdk_bdev_io *bdev_io = spdk_bdev_io_from_ctx(raid_io); ut_raid_submit_rw_request() local
325 spdk_bdev_io_get_buf(struct spdk_bdev_io * bdev_io,spdk_bdev_io_get_buf_cb cb,uint64_t len) spdk_bdev_io_get_buf() argument
333 spdk_bdev_io_complete(struct spdk_bdev_io * bdev_io,enum spdk_bdev_io_status status) spdk_bdev_io_complete() argument
482 spdk_bdev_free_io(struct spdk_bdev_io * bdev_io) spdk_bdev_free_io() argument
626 bdev_io_cleanup(struct spdk_bdev_io * bdev_io) bdev_io_cleanup() argument
641 _bdev_io_initialize(struct spdk_bdev_io * bdev_io,struct spdk_io_channel * ch,struct spdk_bdev * bdev,uint64_t lba,uint64_t blocks,int16_t iotype,int iovcnt,size_t iov_len) _bdev_io_initialize() argument
677 bdev_io_initialize(struct spdk_bdev_io * bdev_io,struct spdk_io_channel * ch,struct spdk_bdev * bdev,uint64_t lba,uint64_t blocks,int16_t iotype) bdev_io_initialize() argument
684 verify_reset_io(struct spdk_bdev_io * bdev_io,uint8_t num_base_drives,struct raid_bdev_io_channel * ch_ctx,struct raid_bdev * raid_bdev,uint32_t io_status) verify_reset_io() argument
1128 struct spdk_bdev_io *bdev_io; test_reset_io() local
1426 struct spdk_bdev_io *bdev_io; test_raid_io_split() local
[all...]
/spdk/module/bdev/split/
H A Dvbdev_split.c42 struct spdk_bdev_io *bdev_io; member
121 _vbdev_split_submit_request(struct spdk_io_channel *_ch, struct spdk_bdev_io *bdev_io) in _vbdev_split_submit_request()
142 vbdev_split_get_buf_cb(struct spdk_io_channel *ch, struct spdk_bdev_io *bdev_io, bool success) in vbdev_split_get_buf_cb()
153 vbdev_split_submit_request(struct spdk_io_channel *_ch, struct spdk_bdev_io *bdev_io) in vbdev_split_submit_request()
/spdk/module/bdev/uring/
H A Dbdev_uring.c314 bdev_uring_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) bdev_uring_get_buf_cb() argument
465 bdev_uring_zone_management_op(struct spdk_bdev_io * bdev_io) bdev_uring_zone_management_op() argument
506 bdev_uring_zone_get_info(struct spdk_bdev_io * bdev_io) bdev_uring_zone_get_info() argument
633 bdev_uring_zone_management_op(struct spdk_bdev_io * bdev_io) bdev_uring_zone_management_op() argument
639 bdev_uring_zone_get_info(struct spdk_bdev_io * bdev_io) bdev_uring_zone_get_info() argument
652 _bdev_uring_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) _bdev_uring_submit_request() argument
674 bdev_uring_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_uring_submit_request() argument
[all...]
/spdk/module/bdev/ocf/
H A Ddata.c67 vbdev_ocf_data_from_spdk_io(struct spdk_bdev_io *bdev_io) in vbdev_ocf_data_from_spdk_io()
/spdk/module/bdev/compress/
H A Dvbdev_compress.c108 struct spdk_bdev_io *bdev_io = arg; reduce_rw_blocks_cb() local
183 struct spdk_bdev_io *bdev_io = ctx; _comp_submit_write() local
195 struct spdk_bdev_io *bdev_io = ctx; _comp_submit_read() local
210 comp_read_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) comp_read_get_buf_cb() argument
226 vbdev_compress_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) vbdev_compress_submit_request() argument
282 struct spdk_bdev_io *bdev_io = (struct spdk_bdev_io *)arg; vbdev_compress_resubmit_io() local
290 vbdev_compress_queue_io(struct spdk_bdev_io * bdev_io) vbdev_compress_queue_io() argument
561 comp_reduce_io_cb(struct spdk_bdev_io * bdev_io,bool success,void * arg) comp_reduce_io_cb() argument
[all...]
/spdk/lib/ftl/
H A Dftl_band_ops.c16 write_rq_end(struct spdk_bdev_io *bdev_io, bool success, void *arg) in write_rq_end()
89 read_rq_end(struct spdk_bdev_io *bdev_io, bool success, void *arg) in read_rq_end()
157 write_brq_end(struct spdk_bdev_io *bdev_io, bool success, void *arg) in write_brq_end()
218 read_brq_end(struct spdk_bdev_io *bdev_io, bool success, void *arg) in read_brq_end()
/spdk/module/bdev/error/
H A Dvbdev_error.c230 vbdev_error_corrupt_io_data(struct spdk_bdev_io *bdev_io, uint64_t corrupt_offset, in vbdev_error_complete_request() argument
160 vbdev_error_reset(struct error_disk * error_disk,struct spdk_bdev_io * bdev_io) vbdev_error_reset() argument
207 vbdev_error_corrupt_io_data(struct spdk_bdev_io * bdev_io,uint64_t corrupt_offset,uint8_t corrupt_value) vbdev_error_corrupt_io_data() argument
252 vbdev_error_submit_request(struct spdk_io_channel * _ch,struct spdk_bdev_io * bdev_io) vbdev_error_submit_request() argument
[all...]
/spdk/module/bdev/xnvme/
H A Dbdev_xnvme.c130 _xnvme_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) _xnvme_submit_request() argument
203 bdev_xnvme_get_buf_cb(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io,bool success) bdev_xnvme_get_buf_cb() argument
217 bdev_xnvme_submit_request(struct spdk_io_channel * ch,struct spdk_bdev_io * bdev_io) bdev_xnvme_submit_request() argument
[all...]

1234