Lines Matching defs:cb_args
109 struct spdk_bs_dev_cb_args *cb_args = arg;
111 cb_args->cb_fn(cb_args->channel, cb_args->cb_arg, g_power_failure_rc);
123 struct spdk_bs_dev_cb_args *cb_args)
151 spdk_thread_send_msg(spdk_get_thread(), dev_complete, cb_args);
157 struct spdk_bs_dev_cb_args *cb_args)
183 spdk_thread_send_msg(spdk_get_thread(), dev_complete, cb_args);
202 struct spdk_bs_dev_cb_args *cb_args)
234 spdk_thread_send_msg(spdk_get_thread(), dev_complete, cb_args);
241 struct spdk_bs_dev_cb_args *cb_args,
246 dev_readv(dev, channel, iov, iovcnt, lba, lba_count, cb_args);
253 struct spdk_bs_dev_cb_args *cb_args)
285 spdk_thread_send_msg(spdk_get_thread(), dev_complete, cb_args);
292 struct spdk_bs_dev_cb_args *cb_args,
297 dev_writev(dev, channel, iov, iovcnt, lba, lba_count, cb_args);
302 struct spdk_bs_dev_cb_args *cb_args)
319 spdk_thread_send_msg(spdk_get_thread(), dev_complete, cb_args);
325 struct spdk_bs_dev_cb_args *cb_args)
349 spdk_thread_send_msg(spdk_get_thread(), dev_complete, cb_args);
355 struct spdk_bs_dev_cb_args *cb_args)
380 spdk_thread_send_msg(spdk_get_thread(), dev_complete, cb_args);
392 uint64_t src_lba, uint64_t lba_count, struct spdk_bs_dev_cb_args *cb_args)
401 cb_args->cb_fn(cb_args->channel, cb_args->cb_arg, 0);