Lines Matching refs:fctx
1995 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request_nocopy() argument
2000 img_req->data_type = fctx->pos_type; in rbd_img_fill_request_nocopy()
2006 fctx->iter = *fctx->pos; in rbd_img_fill_request_nocopy()
2013 fctx->set_pos_fn, &fctx->iter); in rbd_img_fill_request_nocopy()
2037 struct rbd_img_fill_ctx *fctx) in rbd_img_fill_request() argument
2044 if (fctx->pos_type == OBJ_REQUEST_NODATA || in rbd_img_fill_request()
2047 num_img_extents, fctx); in rbd_img_fill_request()
2058 fctx->iter = *fctx->pos; in rbd_img_fill_request()
2065 fctx->count_fn, &fctx->iter); in rbd_img_fill_request()
2082 fctx->iter = *fctx->pos; in rbd_img_fill_request()
2088 fctx->copy_fn, &fctx->iter); in rbd_img_fill_request()
2101 struct rbd_img_fill_ctx fctx = { in rbd_img_fill_nodata() local
2106 return rbd_img_fill_request(img_req, &ex, 1, &fctx); in rbd_img_fill_nodata()
2151 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bio() local
2160 &fctx); in __rbd_img_fill_from_bio()
2211 struct rbd_img_fill_ctx fctx = { in __rbd_img_fill_from_bvecs() local
2220 &fctx); in __rbd_img_fill_from_bvecs()