/spdk/test/unit/lib/bdev/raid/raid0.c/ |
H A D | raid0_ut.c | 30 void *md_buf; member 139 generate_dif(struct iovec *iovs, int iovcnt, void *md_buf, in generate_dif() 179 verify_dif(struct iovec *iovs, int iovcnt, void *md_buf, in verify_dif() 221 remap_dif(void *md_buf, uint64_t num_blocks, struct spdk_bdev *bdev, uint32_t remapped_offset) in remap_dif() 270 raid_bdev_remap_dix_reftag(void *md_buf, uint64_t num_blocks, in raid_bdev_remap_dix_reftag() 279 raid_bdev_verify_dix_reftag(struct iovec *iovs, int iovcnt, void *md_buf, in raid_bdev_verify_dix_reftag() 433 void *md_buf = NULL; in raid_io_initialize() local
|
/spdk/lib/bdev/ |
H A D | bdev_zone.c | 120 void *buf, void *md_buf, uint64_t zone_id, uint64_t num_blocks, in zone_bdev_append_with_md() 168 struct iovec *iov, int iovcnt, void *md_buf, uint64_t zone_id, in spdk_bdev_zone_appendv_with_md()
|
/spdk/test/unit/lib/bdev/raid/raid5f.c/ |
H A D | raid5f_ut.c | 280 void *md_buf; in get_raid_io() local 402 struct iovec *iov, int iovcnt, void *md_buf, in spdk_bdev_writev_blocks_with_md() argument 455 spdk_bdev_readv_blocks_degraded(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_degraded() argument 525 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 [all...] |
/spdk/test/unit/lib/bdev/raid/ |
H A D | common.c | 242 uint64_t num_blocks, struct iovec *iovs, int iovcnt, void *md_buf) in raid_test_bdev_io_init()
|
/spdk/lib/util/ |
H A D | dif.c | 1492 uint8_t *data_buf, *md_buf; dix_generate() local 1520 uint8_t *data_buf, *md_buf; _dix_generate_split() local 1598 uint8_t *data_buf, *md_buf; dix_verify() local 1633 uint8_t *data_buf, *md_buf; _dix_verify_split() local 2164 uint8_t *md_buf; _dix_remap_ref_tag() local [all...] |
/spdk/lib/ftl/utils/ |
H A D | ftl_md.c | 493 void *buf, void *md_buf, in read_blocks() argument 515 void *buf, void *md_buf, in write_blocks() argument
|
/spdk/module/bdev/nvme/ |
H A D | nvme_rpc.c | 157 void *buf, uint32_t nbytes, void *md_buf, uint32_t md_len, in nvme_rpc_io_cmd_bdev_nvme()
|
H A D | bdev_nvme.c | 8179 bdev_nvme_io_passthru_md(struct nvme_bdev_io * bio,struct spdk_nvme_cmd * cmd,void * buf,size_t nbytes,void * md_buf,size_t md_len) bdev_nvme_io_passthru_md() argument 8210 bdev_nvme_iov_passthru_md(struct nvme_bdev_io * bio,struct spdk_nvme_cmd * cmd,struct iovec * iov,int iovcnt,size_t nbytes,void * md_buf,size_t md_len) bdev_nvme_iov_passthru_md() argument [all...] |
/spdk/test/unit/lib/bdev/bdev_zone.c/ |
H A D | bdev_zone_ut.c | 33 void *md_buf; member
|
/spdk/module/bdev/raid/ |
H A D | bdev_raid.h | 135 void *md_buf; member 170 void *md_buf; member
|
H A D | bdev_raid.c | 510 raid_bdev_remap_dix_reftag(void * md_buf,uint64_t num_blocks,struct spdk_bdev * bdev,uint32_t remapped_offset) raid_bdev_remap_dix_reftag() argument 550 raid_bdev_verify_dix_reftag(struct iovec * iovs,int iovcnt,void * md_buf,uint64_t num_blocks,struct spdk_bdev * bdev,uint32_t offset_blocks) raid_bdev_verify_dix_reftag() argument 879 raid_bdev_io_init(struct raid_bdev_io * raid_io,struct raid_bdev_io_channel * raid_ch,enum spdk_bdev_io_type type,uint64_t offset_blocks,uint64_t num_blocks,struct iovec * iovs,int iovcnt,void * md_buf,struct spdk_memory_domain * memory_domain,void * memory_domain_ctx) raid_bdev_io_init() argument [all...] |
H A D | raid5f.c | 33 void *md_buf; member
|
/spdk/test/unit/lib/bdev/raid/concat.c/ |
H A D | concat_ut.c | 281 void *md_buf; in raid_io_initialize() local
|
/spdk/lib/nvme/ |
H A D | nvme_ctrlr_cmd.c | 58 void *buf, uint32_t len, void *md_buf, in spdk_nvme_ctrlr_cmd_io_raw_with_md() argument 90 uint32_t len, void *md_buf, in spdk_nvme_ctrlr_cmd_iov_raw_with_md() argument
|
/spdk/test/unit/lib/bdev/bdev.c/ |
H A D | bdev_ut.c | 125 void *md_buf; global() member 1382 void *md_buf = (void *)0xFF000000; bdev_io_boundary_split_test() local 3835 char md_buf[16]; _bdev_compare_with_md() local [all...] |