Lines Matching refs:cb_ctx
87 void *cb_ctx;
1673 raid_bdev_process_add_finish_action(struct raid_bdev_process *process, spdk_msg_fn cb, void *cb_ctx)
1686 finish_action->cb_ctx = cb_ctx;
1812 raid_bdev_configure(struct raid_bdev *raid_bdev, raid_bdev_configure_cb cb, void *cb_ctx)
1839 raid_bdev->configure_cb_ctx = cb_ctx;
2170 raid_base_bdev_cb cb_fn, void *cb_ctx)
2202 cb_fn(cb_ctx, 0);
2207 raid_bdev_deconfigure(raid_bdev, cb_fn, cb_ctx);
2210 base_info->remove_cb_ctx = cb_ctx;
2240 raid_bdev_remove_base_bdev(struct spdk_bdev *base_bdev, raid_base_bdev_cb cb_fn, void *cb_ctx)
2251 return _raid_bdev_remove_base_bdev(base_info, cb_fn, cb_ctx);
2492 finish_action->cb(finish_action->cb_ctx);
3213 raid_base_bdev_cb cb_fn, void *cb_ctx);
3255 raid_base_bdev_cb cb_fn, void *cb_ctx)
3421 base_info->configure_cb_ctx = cb_ctx;
3444 raid_base_bdev_cb cb_fn, void *cb_ctx)
3499 rc = raid_bdev_configure_base_bdev(base_info, false, cb_fn, cb_ctx);
3573 void *cb_ctx;
3582 ctx->cb_fn(ctx->cb_ctx, status);
3590 void *cb_ctx);
3592 raid_base_bdev_cb cb_fn, void *cb_ctx);
3654 raid_base_bdev_cb cb_fn, void *cb_ctx)
3744 ctx->cb_ctx = cb_ctx;
3747 cb_ctx = ctx;
3759 rc = raid_bdev_configure_base_bdev(base_info, true, cb_fn, cb_ctx);
3794 rc = raid_bdev_configure_base_bdev(base_info, true, cb_fn, cb_ctx);
3801 cb_fn(cb_ctx, rc);
3809 void *cb_ctx;
3836 ctx->cb(bdev, sb, status, ctx->cb_ctx);
3847 raid_bdev_examine_load_sb(const char *bdev_name, raid_bdev_examine_load_sb_cb cb, void *cb_ctx)
3873 ctx->cb_ctx = cb_ctx;