Searched refs:img_extents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 295 struct ceph_file_extent *img_extents; member 1431 return ceph_file_extents_bytes(obj_req->img_extents, in rbd_obj_img_extents_bytes() 1578 kfree(obj_request->img_extents); in rbd_obj_request_destroy() 2174 static void prune_extents(struct ceph_file_extent *img_extents, in prune_extents() argument 2180 while (cnt && img_extents[cnt - 1].fe_off >= overlap) in prune_extents() 2184 struct ceph_file_extent *ex = &img_extents[cnt - 1]; in prune_extents() 2211 &obj_req->img_extents, in rbd_obj_calc_img_extents() 2216 prune_extents(obj_req->img_extents, &obj_req->num_img_extents, in rbd_obj_calc_img_extents() 2560 struct ceph_file_extent *img_extents, in rbd_img_fill_request_nocopy() 2576 img_extents[ in rbd_img_fill_request_nocopy() 2559 rbd_img_fill_request_nocopy(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct rbd_img_fill_ctx *fctx) rbd_img_fill_request_nocopy() argument 2601 rbd_img_fill_request(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct rbd_img_fill_ctx *fctx) rbd_img_fill_request() argument 2713 __rbd_img_fill_from_bio(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct ceph_bio_iter *bio_pos) __rbd_img_fill_from_bio() argument 2773 __rbd_img_fill_from_bvecs(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct ceph_bvec_iter *bvec_pos) __rbd_img_fill_from_bvecs() argument 2790 rbd_img_fill_from_bvecs(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct bio_vec *bvecs) rbd_img_fill_from_bvecs() argument [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 295 struct ceph_file_extent *img_extents; member 1368 return ceph_file_extents_bytes(obj_req->img_extents, in rbd_obj_img_extents_bytes() 1515 kfree(obj_request->img_extents); in rbd_obj_request_destroy() 2111 static void prune_extents(struct ceph_file_extent *img_extents, in prune_extents() argument 2117 while (cnt && img_extents[cnt - 1].fe_off >= overlap) in prune_extents() 2121 struct ceph_file_extent *ex = &img_extents[cnt - 1]; in prune_extents() 2148 &obj_req->img_extents, in rbd_obj_calc_img_extents() 2153 prune_extents(obj_req->img_extents, &obj_req->num_img_extents, in rbd_obj_calc_img_extents() 2497 struct ceph_file_extent *img_extents, in rbd_img_fill_request_nocopy() 2513 img_extents[ in rbd_img_fill_request_nocopy() 2496 rbd_img_fill_request_nocopy(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct rbd_img_fill_ctx *fctx) rbd_img_fill_request_nocopy() argument 2538 rbd_img_fill_request(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct rbd_img_fill_ctx *fctx) rbd_img_fill_request() argument 2650 __rbd_img_fill_from_bio(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct ceph_bio_iter *bio_pos) __rbd_img_fill_from_bio() argument 2710 __rbd_img_fill_from_bvecs(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct ceph_bvec_iter *bvec_pos) __rbd_img_fill_from_bvecs() argument 2727 rbd_img_fill_from_bvecs(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct bio_vec *bvecs) rbd_img_fill_from_bvecs() argument [all...] |
Completed in 13 milliseconds