Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 63) sorted by relevance

123

/spdk/test/unit/lib/blob/
H A Dbs_dev_common.c120 uint64_t offset, length; dev_read() local
154 uint64_t offset, length; dev_write() local
182 __check_iov(struct iovec * iov,int iovcnt,uint64_t length) __check_iov() argument
199 uint64_t offset, length; dev_readv() local
250 uint64_t offset, length; dev_writev() local
322 uint64_t offset, length; dev_unmap() local
352 uint64_t offset, length; dev_write_zeroes() local
[all...]
/spdk/test/unit/lib/blob/blob.c/
H A Dext_dev.c36 uint64_t offset, length; in ext_dev_read() local
54 uint64_t offset, length; in ext_dev_write() local
/spdk/scripts/
H A Dspdk-gpt.py25 def readb(block, offset, length, format="Q"): argument
/spdk/test/common/lib/
H A Dtest_rdma.c62 size_t length, struct spdk_rdma_utils_memory_translation *translation) in spdk_rdma_utils_get_translation()
/spdk/lib/nvmf/
H A Dtransport.c842 nvmf_request_set_buffer(struct spdk_nvmf_request * req,void * buf,uint32_t length,uint32_t io_unit_size) nvmf_request_set_buffer() argument
857 nvmf_request_get_buffers(struct spdk_nvmf_request * req,struct spdk_nvmf_transport_poll_group * group,struct spdk_nvmf_transport * transport,uint32_t length,uint32_t io_unit_size,set_buffer_callback cb_func) nvmf_request_get_buffers() argument
890 spdk_nvmf_request_get_buffers(struct spdk_nvmf_request * req,struct spdk_nvmf_transport_poll_group * group,struct spdk_nvmf_transport * transport,uint32_t length) spdk_nvmf_request_get_buffers() argument
910 nvmf_request_set_stripped_buffer(struct spdk_nvmf_request * req,void * buf,uint32_t length,uint32_t io_unit_size) nvmf_request_set_stripped_buffer() argument
942 nvmf_request_get_stripped_buffers(struct spdk_nvmf_request * req,struct spdk_nvmf_transport_poll_group * group,struct spdk_nvmf_transport * transport,uint32_t length) nvmf_request_get_stripped_buffers() argument
[all...]
H A Dctrlr_discovery.c207 uint32_t iovcnt, uint64_t offset, uint32_t length, in nvmf_get_discovery_log_page() argument
/spdk/include/spdk/
H A Dopal_spec.h170 uint32_t length; member
185 uint8_t length; member
331 uint32_t length; member
343 uint32_t length; member
351 uint32_t length; member
H A Dscsi.h80 uint32_t length; member
/spdk/lib/virtio/
H A Dvirtio_vfio_user.c28 void *dst, int length) in virtio_vfio_user_read_dev_config() argument
40 const void *src, int length) in virtio_vfio_user_write_dev_config() argument
H A Dvirtio_pci.c268 void *dst, int length) in modern_read_dev_config()
293 const void *src, int length) in modern_write_dev_config()
521 uint32_t length = cap->length; in get_cfg_addr() local
H A Dvirtio.c644 void *dst, int length) in virtio_dev_read_dev_config()
651 const void *src, int length) in virtio_dev_write_dev_config()
H A Dvirtio_vhost_user.c722 void *dst, int length) in virtio_user_read_dev_config() argument
747 const void *src, int length) in virtio_user_write_dev_config() argument
/spdk/test/unit/lib/blobfs/blobfs_sync_ut/
H A Dblobfs_sync_ut.c143 uint64_t length; in cache_read_after_write() local
402 uint64_t length; in cache_write_null_buffer() local
/spdk/test/unit/lib/bdev/vbdev_lvol.c/
H A Dvbdev_lvol_ut.c683 void *payload, uint64_t offset, uint64_t length, in spdk_blob_io_read() argument
695 void *payload, uint64_t offset, uint64_t length, in spdk_blob_io_write() argument
707 uint64_t offset, uint64_t length, spdk_blob_op_complete cb_fn, void *cb_arg) in spdk_blob_io_unmap() argument
718 uint64_t offset, uint64_t length, spdk_blob_op_complete cb_fn, void *cb_arg) in spdk_blob_io_write_zeroes() argument
729 struct iovec *iov, int iovcnt, uint64_t offset, uint64_t length, in spdk_blob_io_writev() argument
741 spdk_blob_io_writev_ext(struct spdk_blob * blob,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_blob_op_complete cb_fn,void * cb_arg,struct spdk_blob_ext_io_opts * io_opts) spdk_blob_io_writev_ext() argument
758 spdk_blob_io_readv(struct spdk_blob * blob,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_blob_op_complete cb_fn,void * cb_arg) spdk_blob_io_readv() argument
770 spdk_blob_io_readv_ext(struct spdk_blob * blob,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_blob_op_complete cb_fn,void * cb_arg,struct spdk_blob_ext_io_opts * io_opts) spdk_blob_io_readv_ext() argument
[all...]
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c36 spdk_reduce_vol_writev(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_writev() argument
44 spdk_reduce_vol_readv(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_readv() argument
/spdk/lib/rocksdb/
H A Denv_spdk.cc150 __attribute__((unused)) size_t length) in InvalidateCache()
190 __attribute__((unused)) size_t length) in InvalidateCache()
278 __attribute__((unused)) size_t length) override in InvalidateCache()
/spdk/test/unit/lib/nvmf/transport.c/
H A Dtransport_ut.c97 ibv_reg_mr(struct ibv_pd * pd,void * addr,size_t length,int access) ibv_reg_mr() argument
/spdk/module/bdev/raid/
H A Dconcat.c18 uint64_t length; member
/spdk/lib/vhost/
H A Dvhost_blk.c240 blk_iovs_split_queue_setup(struct spdk_vhost_blk_session * bvsession,struct spdk_vhost_virtqueue * vq,uint16_t req_idx,struct iovec * iovs,uint16_t * iovs_cnt,uint32_t * length) blk_iovs_split_queue_setup() argument
314 blk_iovs_packed_desc_setup(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * vq,uint16_t req_idx,struct vring_packed_desc * desc_table,uint16_t desc_table_size,struct iovec * iovs,uint16_t * iovs_cnt,uint32_t * length) blk_iovs_packed_desc_setup() argument
372 blk_iovs_packed_queue_setup(struct spdk_vhost_blk_session * bvsession,struct spdk_vhost_virtqueue * vq,uint16_t req_idx,struct iovec * iovs,uint16_t * iovs_cnt,uint32_t * length) blk_iovs_packed_queue_setup() argument
394 blk_iovs_inflight_queue_setup(struct spdk_vhost_blk_session * bvsession,struct spdk_vhost_virtqueue * vq,uint16_t req_idx,struct iovec * iovs,uint16_t * iovs_cnt,uint32_t * length) blk_iovs_inflight_queue_setup() argument
1001 uint32_t length; no_bdev_process_vq() local
1023 uint32_t length; no_bdev_process_packed_vq() local
[all...]
/spdk/lib/reduce/
H A Dreduce.c106 uint64_t length; global() member
980 _request_spans_chunk_boundary(struct spdk_reduce_vol * vol,uint64_t offset,uint64_t length) _request_spans_chunk_boundary() argument
1529 _iov_array_is_valid(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t length) _iov_array_is_valid() argument
1568 spdk_reduce_vol_readv(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_readv() argument
1657 spdk_reduce_vol_writev(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_writev() argument
[all...]
/spdk/lib/nvme/
H A Dnvme_pcie_common.c1305 uint32_t length; nvme_pcie_qpair_build_contig_hw_sgl_request() local
1386 uint32_t remaining_transfer_len, remaining_user_sge_len, length; nvme_pcie_qpair_build_hw_sgl_request() local
1519 uint32_t remaining_transfer_len, length; nvme_pcie_qpair_build_prps_sgl_request() local
[all...]
/spdk/test/unit/lib/nvme/nvme_rdma.c/
H A Dnvme_rdma_ut.c89 ibv_reg_mr(struct ibv_pd *pd, void *addr, size_t length, int access) in ibv_reg_mr() argument
161 nvme_rdma_ut_next_sge(void *cb_arg, void **address, uint32_t *length) in nvme_rdma_ut_next_sge() argument
[all...]
/spdk/test/unit/lib/nvme/nvme_ns.c/
H A Dnvme_ns_ut.c514 size_t length = 0; in test_nvme_ns_find_id_desc() local
/spdk/lib/rdma_utils/
H A Drdma_utils.c207 spdk_rdma_utils_get_translation(struct spdk_rdma_utils_mem_map * map,void * address,size_t length,struct spdk_rdma_utils_memory_translation * translation) spdk_rdma_utils_get_translation() argument
/spdk/include/linux/
H A Dvirtio_pci.h126 __le32 length; /* Length of the structure, in bytes. */ member

123