Lines Matching refs:img_extents
249 struct ceph_file_extent *img_extents; member
1415 return ceph_file_extents_bytes(obj_req->img_extents, in rbd_obj_img_extents_bytes()
1557 kfree(obj_request->img_extents); in rbd_obj_request_destroy()
1691 static void prune_extents(struct ceph_file_extent *img_extents, in prune_extents() argument
1697 while (cnt && img_extents[cnt - 1].fe_off >= overlap) in prune_extents()
1701 struct ceph_file_extent *ex = &img_extents[cnt - 1]; in prune_extents()
1728 &obj_req->img_extents, in rbd_obj_calc_img_extents()
1733 prune_extents(obj_req->img_extents, &obj_req->num_img_extents, in rbd_obj_calc_img_extents()
1993 struct ceph_file_extent *img_extents, in rbd_img_fill_request_nocopy() argument
2009 img_extents[i].fe_off, in rbd_img_fill_request_nocopy()
2010 img_extents[i].fe_len, in rbd_img_fill_request_nocopy()
2035 struct ceph_file_extent *img_extents, in rbd_img_fill_request() argument
2046 return rbd_img_fill_request_nocopy(img_req, img_extents, in rbd_img_fill_request()
2061 img_extents[i].fe_off, in rbd_img_fill_request()
2062 img_extents[i].fe_len, in rbd_img_fill_request()
2085 img_extents[i].fe_off, in rbd_img_fill_request()
2086 img_extents[i].fe_len, in rbd_img_fill_request()
2147 struct ceph_file_extent *img_extents, in __rbd_img_fill_from_bio() argument
2159 return rbd_img_fill_request(img_req, img_extents, num_img_extents, in __rbd_img_fill_from_bio()
2207 struct ceph_file_extent *img_extents, in __rbd_img_fill_from_bvecs() argument
2219 return rbd_img_fill_request(img_req, img_extents, num_img_extents, in __rbd_img_fill_from_bvecs()
2224 struct ceph_file_extent *img_extents, in rbd_img_fill_from_bvecs() argument
2230 .iter = { .bi_size = ceph_file_extents_bytes(img_extents, in rbd_img_fill_from_bvecs()
2234 return __rbd_img_fill_from_bvecs(img_req, img_extents, num_img_extents, in rbd_img_fill_from_bvecs()
2269 obj_req->img_extents, in rbd_obj_read_from_parent()
2276 obj_req->img_extents, in rbd_obj_read_from_parent()
2285 obj_req->img_extents, in rbd_obj_read_from_parent()
2446 prune_extents(obj_req->img_extents, &obj_req->num_img_extents, in rbd_obj_handle_write_guard()