Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 25 of 89) sorted by relevance

1234

/spdk/lib/bdev/
H A Dbdev_zone.c67 spdk_bdev_get_zone_info(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_get_zone_info()
93 spdk_bdev_zone_management(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_management()
119 zone_bdev_append_with_md(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in zone_bdev_append_with_md()
149 spdk_bdev_zone_append(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_append()
158 spdk_bdev_zone_append_with_md(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_append_with_md()
167 spdk_bdev_zone_appendv_with_md(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_appendv_with_md()
196 spdk_bdev_zone_appendv(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_zone_appendv()
/spdk/test/unit/lib/bdev/bdev.c/
H A Dbdev_ut.c674 struct spdk_bdev_desc *desc = *(struct spdk_bdev_desc **)event_ctx; in bdev_open_cb1() local
685 struct spdk_bdev_desc *desc = *(struct spdk_bdev_desc **)event_ctx; in bdev_open_cb2() local
737 struct spdk_bdev_desc *desc[9] = {}; in open_write_test() local
875 struct spdk_bdev_desc *desc, *open_desc; claim_test() local
966 struct spdk_bdev_desc *desc = NULL; num_blocks_test() local
1149 struct spdk_bdev_desc *desc; global() member
1168 struct spdk_bdev_desc *desc = NULL; bdev_io_types_test() local
1220 struct spdk_bdev_desc *desc = NULL; bdev_io_wait_test() local
1377 struct spdk_bdev_desc *desc = NULL; bdev_io_boundary_split_test() local
2027 struct spdk_bdev_desc *desc = NULL; bdev_io_max_size_and_segment_split_test() local
2717 struct spdk_bdev_desc *desc = NULL; bdev_io_mix_split_test() local
2982 struct spdk_bdev_desc *desc = NULL; bdev_io_split_with_io_wait() local
3115 struct spdk_bdev_desc *desc = NULL; bdev_io_write_unit_split_test() local
3232 struct spdk_bdev_desc *desc = NULL; bdev_io_alignment() local
3449 struct spdk_bdev_desc *desc = NULL; bdev_io_alignment_with_boundary() local
3618 struct spdk_bdev_desc *desc = NULL; bdev_histograms() local
3714 struct spdk_bdev_desc *desc = NULL; _bdev_compare() local
3827 struct spdk_bdev_desc *desc = NULL; _bdev_compare_with_md() local
3996 struct spdk_bdev_desc *desc = NULL; bdev_compare_and_write() local
4103 struct spdk_bdev_desc *desc = NULL; bdev_write_zeroes() local
4210 struct spdk_bdev_desc *desc = NULL; bdev_zcopy_write() local
4292 struct spdk_bdev_desc *desc = NULL; bdev_zcopy_read() local
4376 struct spdk_bdev_desc *desc[2] = {}; bdev_open_while_hotremove() local
4402 struct spdk_bdev_desc *desc = NULL; bdev_close_while_hotremove() local
4586 struct spdk_bdev_desc *desc = NULL; bdev_set_io_timeout() local
4728 struct spdk_bdev_desc *desc = NULL; bdev_set_qd_sampling() local
4891 struct spdk_bdev_desc *desc = NULL; lock_lba_range_check_ranges() local
4945 struct spdk_bdev_desc *desc = NULL; lock_lba_range_with_io_outstanding() local
5039 struct spdk_bdev_desc *desc = NULL; lock_lba_range_overlapped() local
5200 struct spdk_bdev_desc *desc = NULL; bdev_quiesce() local
5352 struct spdk_bdev_desc *desc = NULL; bdev_io_abort() local
5538 struct spdk_bdev_desc *desc = NULL; bdev_unmap() local
5635 struct spdk_bdev_desc *desc = NULL; bdev_write_zeroes_split_test() local
5790 struct spdk_bdev_desc *desc = NULL; _bdev_io_ext() local
5873 struct spdk_bdev_desc *desc = NULL; bdev_io_ext_invalid_opts() local
5927 struct spdk_bdev_desc *desc = NULL; bdev_io_ext_split() local
6020 struct spdk_bdev_desc *desc = NULL; bdev_io_ext_bounce_buffer() local
6314 struct spdk_bdev_desc *desc = NULL; bdev_seek_test() local
6377 struct spdk_bdev_desc *desc = NULL; bdev_copy() local
6437 struct spdk_bdev_desc *desc = NULL; bdev_copy_split_test() local
6604 struct spdk_bdev_desc *desc; global() member
6679 struct spdk_bdev_desc *desc; claim_v2_rwo() local
6806 struct spdk_bdev_desc *desc; claim_v2_rom() local
6946 struct spdk_bdev_desc *desc; claim_v2_rwm() local
7067 struct spdk_bdev_desc *desc; claim_v2_existing_writer() local
7123 struct spdk_bdev_desc *desc; claim_v2_existing_v1() local
7167 struct spdk_bdev_desc *desc; claim_v1_existing_v2() local
7252 struct spdk_bdev_desc *desc; global() member
[all...]
/spdk/lib/nvmf/
H A Dctrlr_bdev.c282 nvmf_bdev_ctrlr_read_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_read_cmd() argument
334 nvmf_bdev_ctrlr_write_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_write_cmd() argument
387 nvmf_bdev_ctrlr_compare_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_compare_cmd() argument
431 nvmf_bdev_ctrlr_compare_and_write_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * cmp_req,struct spdk_nvmf_request * write_req) nvmf_bdev_ctrlr_compare_and_write_cmd() argument
486 nvmf_bdev_ctrlr_write_zeroes_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_write_zeroes_cmd() argument
536 nvmf_bdev_ctrlr_flush_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_flush_cmd() argument
568 struct spdk_bdev_desc *desc; global() member
609 struct spdk_bdev_desc *desc = unmap_ctx->desc; nvmf_bdev_ctrlr_unmap_resubmit() local
617 nvmf_bdev_ctrlr_unmap(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req,struct nvmf_bdev_ctrlr_unmap * unmap_ctx) nvmf_bdev_ctrlr_unmap() argument
701 nvmf_bdev_ctrlr_dsm_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_dsm_cmd() argument
717 nvmf_bdev_ctrlr_copy_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_copy_cmd() argument
782 nvmf_bdev_ctrlr_nvme_passthru_io(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_nvme_passthru_io() argument
805 spdk_nvmf_bdev_ctrlr_nvme_passthru_admin(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req,spdk_nvmf_nvme_passthru_cmd_cb cb_fn) spdk_nvmf_bdev_ctrlr_nvme_passthru_admin() argument
855 spdk_nvmf_bdev_ctrlr_abort_cmd(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req,struct spdk_nvmf_request * req_to_abort) spdk_nvmf_bdev_ctrlr_abort_cmd() argument
951 nvmf_bdev_ctrlr_zcopy_start(struct spdk_bdev * bdev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct spdk_nvmf_request * req) nvmf_bdev_ctrlr_zcopy_start() argument
[all...]
/spdk/lib/ftl/
H A Dftl_nv_cache_io.h15 struct spdk_bdev_desc *desc, in ftl_nv_cache_bdev_read_blocks_with_md() argument
28 ftl_nv_cache_bdev_write_blocks_with_md(struct spdk_ftl_dev * dev,struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,void * buf,void * md,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) ftl_nv_cache_bdev_write_blocks_with_md() argument
/spdk/lib/idxd/
H A Didxd.c156 struct idxd_hw_desc *desc; in _dsa_alloc_batches() local
221 struct idxd_hw_desc *desc; in spdk_idxd_get_channel() local
409 struct idxd_hw_desc *desc; _idxd_prep_command() local
443 struct idxd_hw_desc *desc; _idxd_prep_batch_cmd() local
546 struct idxd_hw_desc *desc; idxd_batch_submit() local
640 _update_write_flags(struct spdk_idxd_io_channel * chan,struct idxd_hw_desc * desc) _update_write_flags() argument
651 struct idxd_hw_desc *desc; spdk_idxd_submit_copy() local
728 struct idxd_hw_desc *desc; spdk_idxd_submit_dualcast() local
825 struct idxd_hw_desc *desc; spdk_idxd_submit_compare() local
901 struct idxd_hw_desc *desc; spdk_idxd_submit_fill() local
981 struct idxd_hw_desc *desc; spdk_idxd_submit_crc32c() local
1075 struct idxd_hw_desc *desc; spdk_idxd_submit_copy_crc32c() local
1167 struct idxd_hw_desc *desc; _idxd_submit_compress_single() local
1235 struct idxd_hw_desc *desc; _idxd_submit_decompress_single() local
1464 struct idxd_hw_desc *desc; spdk_idxd_submit_dif_check() local
1646 struct idxd_hw_desc *desc; spdk_idxd_submit_dif_insert() local
1766 struct idxd_hw_desc *desc; spdk_idxd_submit_dif_strip() local
1863 struct idxd_hw_desc *desc; spdk_idxd_submit_raw_desc() local
[all...]
/spdk/test/unit/lib/blob/blob_bdev.c/
H A Dblob_bdev_ut.c80 spdk_bdev_get_io_channel(struct spdk_bdev_desc * desc) spdk_bdev_get_io_channel() argument
111 struct spdk_bdev_desc *desc; spdk_bdev_open_ext() local
133 spdk_bdev_close(struct spdk_bdev_desc * desc) spdk_bdev_close() argument
149 spdk_bdev_desc_get_bdev(struct spdk_bdev_desc * desc) spdk_bdev_desc_get_bdev() argument
168 spdk_bdev_module_claim_bdev_desc(struct spdk_bdev_desc * desc,enum spdk_bdev_claim_type type,struct spdk_bdev_claim_opts * opts,struct spdk_bdev_module * module) spdk_bdev_module_claim_bdev_desc() argument
[all...]
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c118 spdk_bdev_readv_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks() argument
130 spdk_bdev_writev_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_writev_blocks() argument
142 spdk_bdev_unmap_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_unmap_blocks() argument
153 spdk_bdev_flush_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_flush_blocks() argument
164 spdk_bdev_reset(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_reset() argument
/spdk/lib/scsi/
H A Dlun.c308 struct spdk_scsi_lun_desc *desc, *tmp; in scsi_lun_notify_hot_remove() local
483 struct spdk_scsi_lun_desc *desc; in spdk_scsi_lun_open() local
502 spdk_scsi_lun_close(struct spdk_scsi_lun_desc *desc) in spdk_scsi_lun_close()
553 spdk_scsi_lun_allocate_io_channel(struct spdk_scsi_lun_desc *desc) in spdk_scsi_lun_allocate_io_channel()
561 spdk_scsi_lun_free_io_channel(struct spdk_scsi_lun_desc *desc) in spdk_scsi_lun_free_io_channel()
/spdk/module/vfu_device/
H A Dvfu_virtio_internal.h90 struct vring_desc *desc; member
123 struct q_mapping desc; member
291 virtio_vring_split_desc_is_indirect(struct vring_desc *desc) in virtio_vring_split_desc_is_indirect() argument
297 virtio_vring_packed_desc_is_indirect(struct vring_packed_desc *desc) in virtio_vring_packed_desc_is_indirect() argument
303 virtio_vring_split_desc_is_wr(struct vring_desc *desc) in virtio_vring_split_desc_is_wr() argument
309 virtio_vring_packed_desc_is_wr(struct vring_packed_desc *desc) in virtio_vring_packed_desc_is_wr() argument
315 virtio_vring_packed_is_avail(struct vring_packed_desc * desc,bool avail_phase) virtio_vring_packed_is_avail() argument
331 virtio_vring_packed_is_used(struct vring_packed_desc * desc,bool used_phase) virtio_vring_packed_is_used() argument
[all...]
H A Dvfu_virtio.c354 virtio_vring_split_desc_get_next(struct vring_desc **desc, in virtio_vring_split_desc_get_next()
377 virtio_vring_desc_to_iov(struct vfu_virtio_dev *dev, struct vring_desc *desc, in virtio_vring_desc_to_iov()
388 struct vring_desc **desc, struct vring_desc **desc_table, in virtio_split_vring_get_desc()
497 struct vring_desc *desc, *desc_table; in virtio_dev_split_iovs_setup() local
567 struct vring_packed_desc *desc = &vq->desc.desc_packed[vq->last_used_idx]; in virtio_vq_used_ring_packed_enqueue() local
754 virtio_vring_packed_desc_to_iov(struct vfu_virtio_dev *dev, struct vring_packed_desc *desc, in virtio_vring_packed_desc_to_iov()
768 struct vring_packed_desc *desc, *desc_table = NULL; in virtio_dev_packed_iovs_setup() local
856 struct vring_packed_desc *desc; in vfu_virtio_dev_process_packed_ring() local
894 struct vring_packed_desc *desc; in virito_dev_packed_ring_get_next_avail_req() local
/spdk/test/unit/lib/bdev/crypto.c/
H A Dcrypto_ut.c142 spdk_bdev_readv_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_readv_blocks_ext() argument
156 spdk_bdev_writev_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_writev_blocks_ext() argument
170 spdk_bdev_unmap_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_unmap_blocks() argument
183 spdk_bdev_flush_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_flush_blocks() argument
195 spdk_bdev_reset(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_reset() argument
/spdk/lib/ftl/utils/
H A Dftl_property.h161 const char *unit, const char *desc, bool verbose_mode) in ftl_property_register_bool_rw()
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/
H A Dbdev_raid_sb_ut.c84 spdk_bdev_desc_get_bdev(struct spdk_bdev_desc *desc) in spdk_bdev_desc_get_bdev()
104 spdk_bdev_read(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_read()
130 spdk_bdev_write(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_write()
/spdk/lib/ioat/
H A Dioat.c118 struct ioat_descriptor **desc, in ioat_get_ring_entry() argument
147 struct ioat_descriptor *desc; in ioat_prep_null() local
176 struct ioat_descriptor *desc; in ioat_prep_copy() local
206 struct ioat_descriptor *desc; ioat_prep_fill() local
293 struct ioat_descriptor *desc; ioat_process_channel_events() local
[all...]
/spdk/lib/ftl/base/
H A Dftl_base_dev.h59 #define FTL_BASE_DEVICE_TYPE_REGISTER(desc) \ argument
/spdk/lib/vhost/
H A Drte_vhost_user.c69 struct vring_desc *desc, *desc_table; in vhost_log_req_desc() local
223 uint16_t req_idx, struct vring_desc **desc, struct vring_desc **desc_table, in vhost_vq_get_desc() argument
269 vhost_vq_get_desc_packed(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * virtqueue,uint16_t req_idx,struct vring_packed_desc ** desc,struct vring_packed_desc ** desc_table,uint32_t * desc_table_size) vhost_vq_get_desc_packed() argument
297 vhost_inflight_queue_get_desc(struct spdk_vhost_session * vsession,spdk_vhost_inflight_desc * desc_array,uint16_t req_idx,spdk_vhost_inflight_desc ** desc,struct vring_packed_desc ** desc_table,uint32_t * desc_table_size) vhost_inflight_queue_get_desc() argument
490 struct vring_packed_desc *desc = &virtqueue->vring.desc_packed[virtqueue->last_used_idx]; global() local
577 vhost_vring_packed_desc_get_next(struct vring_packed_desc ** desc,uint16_t * req_idx,struct spdk_vhost_virtqueue * vq,struct vring_packed_desc * desc_table,uint32_t desc_table_size) global() argument
641 vhost_vring_packed_desc_to_iov(struct spdk_vhost_session * vsession,struct iovec * iov,uint16_t * iov_index,const struct vring_packed_desc * desc) global() argument
649 vhost_vring_inflight_desc_to_iov(struct spdk_vhost_session * vsession,struct iovec * iov,uint16_t * iov_index,const spdk_vhost_inflight_desc * desc) global() argument
663 struct vring_packed_desc *desc; global() local
690 vhost_vring_desc_get_next(struct vring_desc ** desc,struct vring_desc * desc_table,uint32_t desc_table_size) global() argument
713 vhost_vring_desc_to_iov(struct spdk_vhost_session * vsession,struct iovec * iov,uint16_t * iov_index,const struct vring_desc * desc) global() argument
[all...]
/spdk/test/unit/lib/bdev/raid/concat.c/
H A Dconcat_ut.c68 spdk_bdev_readv_blocks_ext(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_readv_blocks_ext()
88 spdk_bdev_writev_blocks_ext(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks_ext()
108 spdk_bdev_unmap_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_unmap_blocks()
127 spdk_bdev_flush_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_flush_blocks()
/spdk/test/unit/lib/scsi/scsi_bdev.c/
H A Dscsi_bdev_ut.c239 spdk_bdev_readv_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_readv_blocks()
248 spdk_bdev_writev_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks()
257 spdk_bdev_comparev_and_writev_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_comparev_and_writev_blocks()
267 spdk_bdev_unmap_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_unmap_blocks()
275 spdk_bdev_reset(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_reset()
282 spdk_bdev_flush_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_flush_blocks()
/spdk/module/blob/bdev/
H A Dblob_bdev.c20 struct spdk_bdev_desc *desc; member
332 struct spdk_bdev_desc *desc = blob_bdev->desc; spdk_bs_bdev_claim() local
406 struct spdk_bdev_desc *desc; bdev_blob_destroy() local
476 blob_bdev_init(struct blob_bdev * b,struct spdk_bdev_desc * desc) blob_bdev_init() argument
523 struct spdk_bdev_desc *desc; spdk_bdev_create_bs_dev() local
[all...]
/spdk/lib/ftl/nvc/
H A Dftl_nvc_dev.h86 FTL_NV_CACHE_DEVICE_TYPE_REGISTER(desc) global() argument
/spdk/test/unit/lib/bdev/vbdev_zone_block.c/
H A Dvbdev_zone_block_ut.c32 struct spdk_bdev_desc *desc; member
110 spdk_bdev_desc_get_bdev(struct spdk_bdev_desc *desc) in spdk_bdev_desc_get_bdev() argument
185 spdk_bdev_module_claim_bdev(struct spdk_bdev *bdev, struct spdk_bdev_desc *desc, in spdk_bdev_module_claim_bdev() argument
312 struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in set_io_output() argument
327 spdk_bdev_unmap_blocks(struct spdk_bdev_desc *desc, struc argument
346 spdk_bdev_writev_blocks_with_md(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,void * md,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_writev_blocks_with_md() argument
376 spdk_bdev_writev_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_writev_blocks() argument
387 spdk_bdev_readv_blocks_with_md(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,void * md,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks_with_md() argument
408 spdk_bdev_readv_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks() argument
[all...]
/spdk/lib/ftl/mngt/
H A Dftl_mngt.c23 const struct ftl_mngt_step_desc *desc; member
42 const struct ftl_mngt_process_desc *desc; member
49 struct ftl_mngt_step_desc desc; member
75 const struct ftl_mngt_step_desc *desc) in init_step()
/spdk/test/unit/lib/bdev/raid/raid5f.c/
H A Draid5f_ut.c334 submit_io(struct raid_io_info *io_info, struct spdk_bdev_desc *desc, in submit_io() argument
401 spdk_bdev_writev_blocks_with_md(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks_with_md() argument
454 spdk_bdev_readv_blocks_degraded(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_readv_blocks_degraded() argument
501 spdk_bdev_writev_blocks(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks() argument
511 spdk_bdev_writev_blocks_ext(struct spdk_bdev_desc *desc, struct spdk_io_channel *ch, in spdk_bdev_writev_blocks_ext() argument
524 spdk_bdev_readv_blocks_with_md(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,void * md_buf,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks_with_md() argument
554 spdk_bdev_readv_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks() argument
564 spdk_bdev_readv_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_readv_blocks_ext() argument
[all...]
/spdk/test/unit/lib/bdev/raid/
H A Dcommon.c67 spdk_bdev_desc_get_bdev(struct spdk_bdev_desc *desc) in spdk_bdev_desc_get_bdev()
148 struct spdk_bdev_desc *desc; in raid_test_create_raid_bdev() local
/spdk/test/unit/lib/bdev/bdev_zone.c/
H A Dbdev_zone_ut.c21 struct spdk_bdev_desc *desc; member
187 spdk_bdev_get_io_channel(struct spdk_bdev_desc *desc) in spdk_bdev_get_io_channel()
199 spdk_bdev_desc_get_bdev(struct spdk_bdev_desc *desc) in spdk_bdev_desc_get_bdev()

1234