Home
last modified time | relevance | path

Searched defs:offset_blocks (Results 1 – 25 of 28) sorted by relevance

12

/spdk/lib/util/
H A Ddif.c579 _dif_generate(void * _dif,uint64_t guard,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx) _dif_generate() argument
622 uint32_t offset_blocks = 0; dif_generate() local
642 _dif_generate_split(struct _dif_sgl * sgl,uint32_t offset_in_block,uint32_t data_len,uint64_t guard,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx) _dif_generate_split() argument
706 uint32_t offset_blocks; dif_generate_split() local
758 _dif_reftag_check(struct spdk_dif * dif,const struct spdk_dif_ctx * ctx,uint64_t expected_reftag,uint32_t offset_blocks,struct spdk_dif_error * err_blk) _dif_reftag_check() argument
796 _dif_verify(void * _dif,uint64_t guard,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) _dif_verify() argument
859 uint32_t offset_blocks = 0; dif_verify() local
885 _dif_verify_split(struct _dif_sgl * sgl,uint32_t offset_in_block,uint32_t data_len,uint64_t * _guard,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) _dif_verify_split() argument
955 uint32_t offset_blocks; dif_verify_split() local
1002 uint32_t offset_blocks; dif_update_crc32c() local
1048 uint32_t offset_blocks; dif_update_crc32c_split() local
1087 uint32_t offset_blocks = 0, data_block_size; dif_generate_copy() local
1117 _dif_generate_copy_split(struct _dif_sgl * src_sgl,struct _dif_sgl * dst_sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx) _dif_generate_copy_split() argument
1164 uint32_t offset_blocks; dif_generate_copy_split() local
1212 uint32_t offset_blocks = 0, data_block_size; dif_verify_copy() local
1248 _dif_verify_copy_split(struct _dif_sgl * src_sgl,struct _dif_sgl * dst_sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) _dif_verify_copy_split() argument
1297 uint32_t offset_blocks; dif_verify_copy_split() local
1393 uint32_t offset_blocks; dif_inject_error() local
1491 uint32_t offset_blocks = 0; dix_generate() local
1517 _dix_generate_split(struct _dif_sgl * data_sgl,struct _dif_sgl * md_sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx) _dix_generate_split() argument
1557 uint32_t offset_blocks; dix_generate_split() local
1597 uint32_t offset_blocks = 0; dix_verify() local
1629 _dix_verify_split(struct _dif_sgl * data_sgl,struct _dif_sgl * md_sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk) _dix_verify_split() argument
1671 uint32_t offset_blocks; dix_verify_split() local
1890 uint32_t len, offset_in_block, offset_blocks; spdk_dif_generate_stream() local
1935 uint32_t len, offset_in_block, offset_blocks; spdk_dif_verify_stream() local
2058 _dif_remap_ref_tag(struct _dif_sgl * sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk,bool check_ref_tag) _dif_remap_ref_tag() argument
2130 uint32_t offset_blocks; spdk_dif_remap_ref_tag() local
2159 _dix_remap_ref_tag(struct _dif_sgl * md_sgl,uint32_t offset_blocks,const struct spdk_dif_ctx * ctx,struct spdk_dif_error * err_blk,bool check_ref_tag) _dix_remap_ref_tag() argument
2207 uint32_t offset_blocks; spdk_dix_remap_ref_tag() local
[all...]
/spdk/lib/ftl/
H A Dftl_nv_cache_io.h18 uint64_t offset_blocks, uint64_t num_blocks, in ftl_nv_cache_bdev_read_blocks_with_md() argument
31 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
H A Dftl_io.h170 uint64_t offset_blocks; member
/spdk/test/unit/lib/bdev/raid/concat.c/
H A Dconcat_ut.c46 uint64_t offset_blocks[MAX_RECORDS]; member
69 struct iovec *iov, int iovcnt, uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_readv_blocks_ext()
89 struct iovec *iov, int iovcnt, uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_writev_blocks_ext()
109 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_unmap_blocks()
128 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_flush_blocks()
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c120 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
132 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
143 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
154 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
/spdk/test/unit/lib/bdev/raid/raid0.c/
H A Draid0_ut.c23 uint64_t offset_blocks; member
140 uint64_t offset_blocks, uint32_t num_blocks, struct spdk_bdev *bdev) in generate_dif()
180 uint64_t offset_blocks, uint32_t num_blocks, struct spdk_bdev *bdev) in verify_dif()
280 uint64_t num_blocks, struct spdk_bdev *bdev, uint32_t offset_blocks) in raid_bdev_verify_dix_reftag()
290 uint64_t offset_blocks, uint64_t num_blocks, in set_io_output()
340 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_writev_blocks_ext()
364 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_unmap_blocks()
391 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_readv_blocks_ext()
/spdk/test/unit/lib/bdev/crypto.c/
H A Dcrypto_ut.c144 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
158 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
171 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
184 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
/spdk/test/unit/lib/bdev/raid/raid5f.c/
H A Draid5f_ut.c210 uint64_t offset_blocks; member
403 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_writev_blocks_with_md() argument
456 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_readv_blocks_degraded() argument
503 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_writev_blocks() argument
512 struct iovec *iov, int iovcnt, uint64_t offset_blocks, in spdk_bdev_writev_blocks_ext() argument
526 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
556 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
565 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/scsi/scsi_bdev.c/
H A Dscsi_bdev_ut.c241 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_readv_blocks()
250 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_writev_blocks()
260 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_comparev_and_writev_blocks()
268 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_unmap_blocks()
283 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_flush_blocks()
/spdk/module/bdev/raid/
H A Dbdev_raid.h128 uint64_t offset_blocks; member
167 uint64_t offset_blocks; member
403 raid_bdev_readv_blocks_ext(struct raid_base_bdev_info * base_info,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) raid_bdev_readv_blocks_ext() argument
416 raid_bdev_writev_blocks_ext(struct raid_base_bdev_info * base_info,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) raid_bdev_writev_blocks_ext() argument
441 raid_bdev_unmap_blocks(struct raid_base_bdev_info * base_info,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) raid_bdev_unmap_blocks() argument
453 raid_bdev_flush_blocks(struct raid_base_bdev_info * base_info,struct spdk_io_channel * ch,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) raid_bdev_flush_blocks() argument
[all...]
H A Dconcat.c177 uint64_t offset_blocks; in concat_submit_null_payload_request() local
H A Draid0.c179 uint64_t offset_blocks, uint64_t num_blocks) in _raid0_get_io_range()
H A Dbdev_raid.c551 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
878 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
2692 raid_bdev_submit_process_request(struct raid_bdev_process * process,uint64_t offset_blocks,uint32_t num_blocks) raid_bdev_submit_process_request() argument
[all...]
/spdk/lib/scsi/
H A Dscsi_bdev.c1215 _bytes_to_blocks(uint32_t block_size, uint64_t offset_bytes, uint64_t *offset_blocks, in _bytes_to_blocks()
1239 uint64_t bdev_num_blocks, offset_blocks, num_blocks; in bdev_scsi_readwrite() local
1495 uint64_t offset_blocks; in _bdev_scsi_unmap() local
1568 uint64_t offset_blocks; in _bdev_scsi_write_same() local
1581 uint64_t bdev_num_blocks, offset_blocks, num_blocks; in bdev_scsi_write_same() local
/spdk/test/unit/lib/bdev/vbdev_zone_block.c/
H A Dvbdev_zone_block_ut.c34 uint64_t offset_blocks; member
313 uint64_t offset_blocks, uint64_t num_blocks, in set_io_output() argument
328 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_unmap_blocks() argument
348 uint64_t offset_blocks, uint64_t num_blocks, in spdk_bdev_writev_blocks_with_md() argument
378 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
389 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
410 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/test/unit/lib/bdev/raid/raid1.c/
H A Draid1_ut.c37 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
49 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
/spdk/module/bdev/split/
H A Dvbdev_split.c171 uint64_t offset_blocks = spdk_bdev_part_get_offset_blocks(part); in vbdev_split_dump_info_json() local
199 uint64_t split_size_blocks, offset_blocks; in vbdev_split_create() local
/spdk/test/unit/lib/bdev/raid/
H A Dcommon.c241 enum spdk_bdev_io_type type, uint64_t offset_blocks, in raid_test_bdev_io_init()
/spdk/lib/bdev/
H A Dbdev_zone.c27 spdk_bdev_get_zone_id(const struct spdk_bdev *bdev, uint64_t offset_blocks) in spdk_bdev_get_zone_id()
/spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/
H A Dbdev_raid_sb_ut.c110 uint64_t offset_blocks = offset / bdev->blocklen; in spdk_bdev_read() local
/spdk/lib/ftl/utils/
H A Dftl_md.c494 uint64_t offset_blocks, uint64_t num_blocks, in read_blocks() argument
516 uint64_t offset_blocks, uint64_t num_blocks, in write_blocks() argument
/spdk/test/unit/lib/bdev/bdev_zone.c/
H A Dbdev_zone_ut.c37 uint64_t offset_blocks; member
/spdk/module/bdev/gpt/
H A Dvbdev_gpt.c279 uint64_t offset_blocks = spdk_bdev_part_get_offset_blocks(&gpt_disk->part); in vbdev_gpt_dump_info_json() local
/spdk/test/unit/lib/util/dif.c/
H A Ddif_ut.c20 uint32_t offset_blocks, offset_in_block, buf_len, data_offset, i; in ut_data_pattern_generate() local
61 uint32_t offset_blocks, offset_in_block, buf_len, data_offset, i; in ut_data_pattern_verify() local
/spdk/lib/ublk/
H A Dublk.c1235 uint64_t offset_blocks, num_blocks; _ublk_submit_bdev_io() local

12