Lines Matching defs:fctx
2499 struct rbd_img_fill_ctx *fctx)
2504 img_req->data_type = fctx->pos_type;
2510 fctx->iter = *fctx->pos;
2517 fctx->set_pos_fn, &fctx->iter);
2530 * @fctx->pos data buffer.
2534 * different chunks of @fctx->pos data buffer.
2536 * @fctx->pos data buffer is assumed to be large enough.
2541 struct rbd_img_fill_ctx *fctx)
2548 if (fctx->pos_type == OBJ_REQUEST_NODATA ||
2551 num_img_extents, fctx);
2562 fctx->iter = *fctx->pos;
2569 fctx->count_fn, &fctx->iter);
2586 fctx->iter = *fctx->pos;
2592 fctx->copy_fn, &fctx->iter);
2605 struct rbd_img_fill_ctx fctx = {
2610 return rbd_img_fill_request(img_req, &ex, 1, &fctx);
2655 struct rbd_img_fill_ctx fctx = {
2664 &fctx);
2715 struct rbd_img_fill_ctx fctx = {
2724 &fctx);