Lines Matching defs:fctx
2562 struct rbd_img_fill_ctx *fctx)
2567 img_req->data_type = fctx->pos_type;
2573 fctx->iter = *fctx->pos;
2580 fctx->set_pos_fn, &fctx->iter);
2593 * @fctx->pos data buffer.
2597 * different chunks of @fctx->pos data buffer.
2599 * @fctx->pos data buffer is assumed to be large enough.
2604 struct rbd_img_fill_ctx *fctx)
2611 if (fctx->pos_type == OBJ_REQUEST_NODATA ||
2614 num_img_extents, fctx);
2625 fctx->iter = *fctx->pos;
2632 fctx->count_fn, &fctx->iter);
2649 fctx->iter = *fctx->pos;
2655 fctx->copy_fn, &fctx->iter);
2668 struct rbd_img_fill_ctx fctx = {
2673 return rbd_img_fill_request(img_req, &ex, 1, &fctx);
2718 struct rbd_img_fill_ctx fctx = {
2727 &fctx);
2778 struct rbd_img_fill_ctx fctx = {
2787 &fctx);