Lines Matching refs:fctx
2637 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request_nocopy() argument
2642 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy()
2648 fctx->iter = *fctx->pos; in rbd_img_fill_request_nocopy()
2655 fctx->set_pos_fn, &fctx->iter); in rbd_img_fill_request_nocopy()
2679 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request() argument
2686 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request()
2689 num_img_extents, fctx); in rbd_img_fill_request()
2700 fctx->iter = *fctx->pos; in rbd_img_fill_request()
2707 fctx->count_fn, &fctx->iter); in rbd_img_fill_request()
2724 fctx->iter = *fctx->pos; in rbd_img_fill_request()
2730 fctx->copy_fn, &fctx->iter); in rbd_img_fill_request()
2743 struct rbd_img_fill_ctx fctx = { in rbd_img_fill_nodata() local
2748 return rbd_img_fill_request(img_req, &ex, 1, &fctx); in rbd_img_fill_nodata()
2793 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bio() local
2802 &fctx); in __rbd_img_fill_from_bio()
2853 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bvecs() local
2862 &fctx); in __rbd_img_fill_from_bvecs()