Lines Matching refs:fctx
2499 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request_nocopy() argument
2504 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy()
2510 fctx->iter = *fctx->pos; in rbd_img_fill_request_nocopy()
2517 fctx->set_pos_fn, &fctx->iter); in rbd_img_fill_request_nocopy()
2541 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request() argument
2548 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request()
2551 num_img_extents, fctx); in rbd_img_fill_request()
2562 fctx->iter = *fctx->pos; in rbd_img_fill_request()
2569 fctx->count_fn, &fctx->iter); in rbd_img_fill_request()
2586 fctx->iter = *fctx->pos; in rbd_img_fill_request()
2592 fctx->copy_fn, &fctx->iter); in rbd_img_fill_request()
2605 struct rbd_img_fill_ctx fctx = { in rbd_img_fill_nodata() local
2610 return rbd_img_fill_request(img_req, &ex, 1, &fctx); in rbd_img_fill_nodata()
2655 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bio() local
2664 &fctx); in __rbd_img_fill_from_bio()
2715 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bvecs() local
2724 &fctx); in __rbd_img_fill_from_bvecs()