Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 26) sorted by relevance

12

/spdk/test/unit/lib/blobfs/blobfs_sync_ut/
H A Dblobfs_sync_ut.c146 struct spdk_fs_thread_ctx *channel; in cache_read_after_write() local
207 struct spdk_fs_thread_ctx *channel; in file_length() local
288 struct spdk_fs_thread_ctx *channel; in append_write_to_extend_blob() local
342 struct spdk_fs_thread_ctx *channel; in partial_buffer() local
404 struct spdk_fs_thread_ctx *channel; in cache_write_null_buffer() local
441 struct spdk_fs_thread_ctx *channel; in fs_create_sync() local
469 struct spdk_fs_thread_ctx *channel; in fs_rename_sync() local
500 struct spdk_fs_thread_ctx *channel; in cache_append_no_cache() local
541 struct spdk_fs_thread_ctx *channel; in fs_delete_file_without_close() local
/spdk/test/unit/lib/blob/
H A Dbs_dev_common.c90 dev_destroy_channel(struct spdk_bs_dev * dev,struct spdk_io_channel * channel) dev_destroy_channel() argument
116 dev_read(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,void * payload,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) dev_read() argument
150 dev_write(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,void * payload,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) dev_write() argument
194 dev_readv(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) dev_readv() argument
233 dev_readv_ext(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args,struct spdk_blob_ext_io_opts * io_opts) dev_readv_ext() argument
245 dev_writev(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) dev_writev() argument
284 dev_writev_ext(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args,struct spdk_blob_ext_io_opts * io_opts) dev_writev_ext() argument
296 dev_flush(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct spdk_bs_dev_cb_args * cb_args) dev_flush() argument
318 dev_unmap(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,uint64_t lba,uint64_t lba_count,struct spdk_bs_dev_cb_args * cb_args) dev_unmap() argument
348 dev_write_zeroes(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,uint64_t lba,uint64_t lba_count,struct spdk_bs_dev_cb_args * cb_args) dev_write_zeroes() argument
386 dev_copy(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,uint64_t dst_lba,uint64_t src_lba,uint64_t lba_count,struct spdk_bs_dev_cb_args * cb_args) dev_copy() argument
[all...]
/spdk/module/blob/bdev/
H A Dblob_bdev.c30 struct spdk_io_channel *channel; member
69 bdev_blob_queue_io(struct spdk_bs_dev *dev, struct spdk_io_channel *channel, void *payload, in bdev_blob_queue_io() argument
110 bdev_blob_read(struct spdk_bs_dev *dev, struct spdk_io_channel *channel, void *payload, in bdev_blob_read() argument
126 bdev_blob_write(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,void * payload,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) bdev_blob_write() argument
142 bdev_blob_readv(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) bdev_blob_readv() argument
159 bdev_blob_writev(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) bdev_blob_writev() argument
185 bdev_blob_readv_ext(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args,struct spdk_blob_ext_io_opts * io_opts) bdev_blob_readv_ext() argument
205 bdev_blob_writev_ext(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args,struct spdk_blob_ext_io_opts * io_opts) bdev_blob_writev_ext() argument
225 bdev_blob_write_zeroes(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,uint64_t lba,uint64_t lba_count,struct spdk_bs_dev_cb_args * cb_args) bdev_blob_write_zeroes() argument
241 bdev_blob_unmap(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,uint64_t lba,uint64_t lba_count,struct spdk_bs_dev_cb_args * cb_args) bdev_blob_unmap() argument
267 bdev_blob_copy(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,uint64_t dst_lba,uint64_t src_lba,uint64_t lba_count,struct spdk_bs_dev_cb_args * cb_args) bdev_blob_copy() argument
373 bdev_blob_destroy_channel(struct spdk_bs_dev * dev,struct spdk_io_channel * channel) bdev_blob_destroy_channel() argument
[all...]
/spdk/test/unit/lib/blob/blob.c/
H A Dext_dev.c21 ext_dev_destroy_channel(struct spdk_bs_dev *dev, struct spdk_io_channel *channel) in ext_dev_destroy_channel()
32 ext_dev_read(struct spdk_bs_dev *dev, struct spdk_io_channel *channel, void *payload, in ext_dev_read()
50 ext_dev_write(struct spdk_bs_dev *dev, struct spdk_io_channel *channel, void *payload, in ext_dev_write()
H A Dblob_ut.c889 struct spdk_io_channel *channel; blob_snapshot_freeze_io() local
1084 struct spdk_io_channel *channel; _blob_inflate() local
1423 struct spdk_io_channel *channel; channel_ops() local
1437 struct spdk_io_channel *channel; blob_write() local
1489 struct spdk_io_channel *channel; blob_read() local
1541 struct spdk_io_channel *channel; blob_rw_verify() local
1572 struct spdk_io_channel *channel; blob_rw_verify_iov() local
1642 struct spdk_bs_channel *channel = spdk_io_channel_get_ctx(_channel); bs_channel_get_req_count() local
1658 struct spdk_io_channel *channel; blob_rw_verify_iov_nomem() local
1697 struct spdk_io_channel *channel; blob_rw_iov_read_only() local
1730 _blob_io_read_no_split(struct spdk_blob * blob,struct spdk_io_channel * channel,uint8_t * payload,uint64_t offset,uint64_t length,spdk_blob_op_complete cb_fn,void * cb_arg) _blob_io_read_no_split() argument
1754 _blob_io_write_no_split(struct spdk_blob * blob,struct spdk_io_channel * channel,uint8_t * payload,uint64_t offset,uint64_t length,spdk_blob_op_complete cb_fn,void * cb_arg) _blob_io_write_no_split() argument
1782 struct spdk_io_channel *channel; blob_operation_split_rw() local
1922 struct spdk_io_channel *channel; blob_operation_split_rw_iov() local
2084 struct spdk_io_channel *channel; blob_unmap() local
4418 struct spdk_io_channel *channel, *channel_thread1; blob_thin_prov_rw() local
4859 struct spdk_io_channel *channel; blob_thin_prov_rle() local
4954 struct spdk_io_channel *channel; blob_thin_prov_rw_iov() local
5134 struct spdk_io_channel *channel; blob_snapshot_rw() local
5251 struct spdk_io_channel *channel; blob_snapshot_rw_iov() local
5374 struct spdk_io_channel *channel; _blob_inflate_rw() local
6375 struct spdk_io_channel *channel; blob_relations3() local
6745 test_io_write(struct spdk_bs_dev * dev,struct spdk_blob * blob,struct spdk_io_channel * channel) test_io_write() argument
6861 test_io_read(struct spdk_bs_dev * dev,struct spdk_blob * blob,struct spdk_io_channel * channel) test_io_read() argument
6972 test_io_unmap(struct spdk_bs_dev * dev,struct spdk_blob * blob,struct spdk_io_channel * channel) test_io_unmap() argument
6997 test_io_zeroes(struct spdk_bs_dev * dev,struct spdk_blob * blob,struct spdk_io_channel * channel) test_io_zeroes() argument
7022 test_blob_io_writev(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) test_blob_io_writev() argument
7043 test_iov_write(struct spdk_bs_dev * dev,struct spdk_blob * blob,struct spdk_io_channel * channel,bool ext_api) test_iov_write() argument
7187 test_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,struct spdk_blob_ext_io_opts * io_opts) test_blob_io_readv() argument
7207 test_iov_read(struct spdk_bs_dev * dev,struct spdk_blob * blob,struct spdk_io_channel * channel,bool ext_api) test_iov_read() argument
7368 struct spdk_io_channel *channel; blob_io_unit() local
7618 struct spdk_io_channel *channel; blob_simultaneous_operations() local
7730 struct spdk_io_channel *channel; blob_persist_test() local
7834 struct spdk_io_channel *channel; blob_decouple_snapshot() local
7913 struct spdk_io_channel *channel; blob_seek_io_unit() local
8610 struct spdk_io_channel *channel[2]; blob_nested_freezes() local
8886 struct spdk_io_channel *channel; _blob_esnap_clone_hydrate() local
9123 struct spdk_io_channel *channel; blob_clone_resize() local
9362 bs_dev_io_complete_cb(struct spdk_io_channel * channel,void * cb_arg,int bserrno) bs_dev_io_complete_cb() argument
[all...]
H A Desnap_dev.c121 ut_esnap_destroy_channel(struct spdk_bs_dev *dev, struct spdk_io_channel *channel) in ut_esnap_destroy_channel()
159 ut_esnap_read(struct spdk_bs_dev *bs_dev, struct spdk_io_channel *channel, void *payload, in ut_esnap_read()
186 ut_esnap_readv(struct spdk_bs_dev *bs_dev, struct spdk_io_channel *channel, in ut_esnap_readv()
205 ut_esnap_readv_ext(struct spdk_bs_dev *bs_dev, struct spdk_io_channel *channel, in ut_esnap_readv_ext()
/spdk/lib/bdev/
H A Dbdev_zone.c73 struct spdk_bdev_channel *channel = spdk_io_channel_get_ctx(ch); in spdk_bdev_get_zone_info() local
99 struct spdk_bdev_channel *channel = spdk_io_channel_get_ctx(ch); in spdk_bdev_zone_management() local
125 struct spdk_bdev_channel *channel = spdk_io_channel_get_ctx(ch); in zone_bdev_append_with_md() local
174 struct spdk_bdev_channel *channel = spdk_io_channel_get_ctx(ch); in spdk_bdev_zone_appendv_with_md() local
/spdk/test/unit/lib/blobfs/blobfs_async_ut/
H A Dblobfs_async_ut.c572 struct spdk_io_channel *channel; in channel_ops() local
600 struct spdk_fs_thread_ctx *channel; in channel_ops_sync() local
/spdk/test/unit/lib/bdev/vbdev_lvol.c/
H A Dvbdev_lvol_ut.c682 spdk_blob_io_read(struct spdk_blob *blob, struct spdk_io_channel *channel, in spdk_blob_io_read() argument
694 spdk_blob_io_write(struct spdk_blob *blob, struct spdk_io_channel *channel, in spdk_blob_io_write() argument
706 spdk_blob_io_unmap(struct spdk_blob *blob, struct spdk_io_channel *channel, in spdk_blob_io_unmap() argument
717 spdk_blob_io_write_zeroes(struct spdk_blob *blob, struct spdk_io_channel *channel, in spdk_blob_io_write_zeroes() argument
728 spdk_blob_io_writev(struct spdk_blob *blob, struct spdk_io_channel *channel, in spdk_blob_io_writev() argument
740 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
757 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
769 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/include/spdk_internal/
H A Dlvolstore.h45 struct spdk_io_channel *channel; member
53 struct spdk_io_channel *channel; member
/spdk/examples/blob/hello_world/
H A Dhello_blob.c24 struct spdk_io_channel *channel; member
/spdk/module/bdev/lvol/
H A Dvbdev_lvol.c1774 bs_dev_degraded_read(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,void * payload,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) bs_dev_degraded_read() argument
1782 bs_dev_degraded_readv(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) bs_dev_degraded_readv() argument
1791 bs_dev_degraded_readv_ext(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args,struct spdk_blob_ext_io_opts * io_opts) bs_dev_degraded_readv_ext() argument
1822 bs_dev_degraded_destroy_channel(struct spdk_bs_dev * bs_dev,struct spdk_io_channel * channel) bs_dev_degraded_destroy_channel() argument
/spdk/module/blobfs/bdev/
H A Dblobfs_fuse.c24 struct spdk_fs_thread_ctx *channel; member
/spdk/lib/blob/
H A Drequest.h92 struct spdk_bs_channel *channel; member
/spdk/test/unit/lib/bdev/bdev.c/
H A Dbdev_ut.c2984 struct spdk_bdev_channel *channel; bdev_io_split_with_io_wait() local
4893 struct spdk_bdev_channel *channel; lock_lba_range_check_ranges() local
4947 struct spdk_bdev_channel *channel; lock_lba_range_with_io_outstanding() local
5041 struct spdk_bdev_channel *channel; lock_lba_range_overlapped() local
5202 struct spdk_bdev_channel *channel; bdev_quiesce() local
5354 struct spdk_bdev_channel *channel; bdev_io_abort() local
[all...]
/spdk/test/unit/lib/bdev/bdev_zone.c/
H A Dbdev_zone_ut.c139 bdev_channel_get_io(struct spdk_bdev_channel *channel) in bdev_channel_get_io()
/spdk/lib/thread/
H A Diobuf.c637 struct spdk_iobuf_channel *channel; iobuf_get_channel_stats() local
/spdk/test/unit/lib/lvol/lvol.c/
H A Dlvol_ut.c95 spdk_bs_inflate_blob(struct spdk_blob_store *bs, struct spdk_io_channel *channel, in spdk_bs_inflate_blob() argument
102 spdk_bs_blob_decouple_parent(struct spdk_blob_store *bs, struct spdk_io_channel *channel, in spdk_bs_blob_decouple_parent() argument
199 spdk_bs_free_io_channel(struct spdk_io_channel *channel) in spdk_bs_free_io_channel() argument
257 spdk_bs_blob_shallow_copy(struct spdk_blob_store *bs, struct spdk_io_channel *channel, in spdk_bs_blob_shallow_copy() argument
/spdk/test/unit/lib/bdev/raid/bdev_raid.c/
H A Dbdev_raid_ut.c22 struct spdk_io_channel *channel; global() member
645 struct spdk_bdev_channel *channel = spdk_io_channel_get_ctx(ch); _bdev_io_initialize() local
/spdk/lib/rocksdb/
H A Denv_spdk.cc37 struct spdk_fs_thread_ctx *channel; member in rocksdb::SpdkThreadCtx
/spdk/test/unit/lib/thread/thread.c/
H A Dthread_ut.c747 channel(void) in channel() function
[all...]
/spdk/test/accel/dif/
H A Ddif.c76 struct spdk_io_channel *channel; global() member
[all...]
/spdk/test/dma/test_dma/
H A Dtest_dma.c36 struct spdk_io_channel *channel; global() member
/spdk/lib/nvmf/
H A Dnvmf_internal.h117 struct spdk_io_channel *channel; member
/spdk/module/bdev/virtio/
H A Dbdev_virtio_scsi.c106 struct bdev_virtio_io_channel *channel; member

12