Home
last modified time | relevance | path

Searched defs:cb_args (Results 1 – 11 of 11) sorted by relevance

/spdk/test/unit/lib/blob/
H A Dbs_dev_common.c104 struct spdk_bs_dev_cb_args *cb_args = arg; dev_complete_cb() local
118 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
152 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
197 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
236 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
248 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
287 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
297 dev_flush(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct spdk_bs_dev_cb_args * cb_args) dev_flush() argument
320 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
350 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
387 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.c36 struct spdk_bs_dev_cb_args *cb_args; member
56 struct spdk_bs_dev_cb_args *cb_args = arg; in bdev_blob_io_complete() local
71 enum spdk_bdev_io_type io_type, struct spdk_bs_dev_cb_args *cb_args, in bdev_blob_queue_io() argument
111 bdev_blob_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) bdev_blob_read() argument
127 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
144 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
161 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
187 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
207 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
226 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
242 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
269 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
[all...]
/spdk/test/unit/lib/blob/blob.c/
H A Dext_dev.c34 struct spdk_bs_dev_cb_args *cb_args) in ext_dev_read()
52 struct spdk_bs_dev_cb_args *cb_args) in ext_dev_write()
H A Desnap_dev.c160 uint64_t lba, uint32_t lba_count, struct spdk_bs_dev_cb_args *cb_args) in ut_esnap_read()
188 struct spdk_bs_dev_cb_args *cb_args) in ut_esnap_readv()
207 struct spdk_bs_dev_cb_args *cb_args, struct spdk_blob_ext_io_opts *io_opts) in ut_esnap_readv_ext()
/spdk/lib/blob/
H A Drequest.h99 struct spdk_bs_dev_cb_args cb_args; member
/spdk/module/bdev/lvol/
H A Dvbdev_lvol.c1775 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
1784 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
1793 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
[all...]
/spdk/lib/nvmf/
H A Dfc_ls.c1467 nvmf_fc_poller_conn_abort_done(void * hwqp,int32_t status,void * cb_args) nvmf_fc_poller_conn_abort_done() argument
1559 nvmf_fc_poller_abts_done(void * hwqp,int32_t status,void * cb_args) nvmf_fc_poller_abts_done() argument
H A Dfc.c1257 nvmf_fc_request_abort(struct spdk_nvmf_fc_request * fc_req,bool send_abts,spdk_nvmf_fc_caller_cb cb,void * cb_args) nvmf_fc_request_abort() argument
3248 nvmf_fc_adm_delete_nport_cb(uint8_t port_handle,enum spdk_fc_event event_type,void * cb_args,int spdk_err) nvmf_fc_adm_delete_nport_cb() argument
H A Dnvmf_fc.h773 void *cb_args; global() member
827 void *cb_args; global() member
/spdk/test/unit/lib/nvmf/fc_ls.c/
H A Dfc_ls_ut.c773 spdk_nvmf_fc_caller_cb cb, void *cb_args) in nvmf_fc_xmt_srsr_req()
/spdk/module/bdev/compress/
H A Dvbdev_compress.c563 struct spdk_reduce_vol_cb_args *cb_args = arg; comp_reduce_io_cb() local