Lines Matching refs:fctx
2544 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request_nocopy() argument
2549 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy()
2555 fctx->iter = *fctx->pos; in rbd_img_fill_request_nocopy()
2562 fctx->set_pos_fn, &fctx->iter); in rbd_img_fill_request_nocopy()
2586 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request() argument
2593 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request()
2596 num_img_extents, fctx); in rbd_img_fill_request()
2607 fctx->iter = *fctx->pos; in rbd_img_fill_request()
2614 fctx->count_fn, &fctx->iter); in rbd_img_fill_request()
2631 fctx->iter = *fctx->pos; in rbd_img_fill_request()
2637 fctx->copy_fn, &fctx->iter); in rbd_img_fill_request()
2650 struct rbd_img_fill_ctx fctx = { in rbd_img_fill_nodata() local
2655 return rbd_img_fill_request(img_req, &ex, 1, &fctx); in rbd_img_fill_nodata()
2700 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bio() local
2709 &fctx); in __rbd_img_fill_from_bio()
2760 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bvecs() local
2769 &fctx); in __rbd_img_fill_from_bvecs()