Lines Matching refs:img_extents

295 	struct ceph_file_extent	*img_extents;  member
1349 return ceph_file_extents_bytes(obj_req->img_extents, in rbd_obj_img_extents_bytes()
1495 kfree(obj_request->img_extents); in rbd_obj_request_destroy()
2088 static void prune_extents(struct ceph_file_extent *img_extents, in prune_extents() argument
2094 while (cnt && img_extents[cnt - 1].fe_off >= overlap) in prune_extents()
2098 struct ceph_file_extent *ex = &img_extents[cnt - 1]; in prune_extents()
2125 &obj_req->img_extents, in rbd_obj_calc_img_extents()
2130 prune_extents(obj_req->img_extents, &obj_req->num_img_extents, in rbd_obj_calc_img_extents()
2479 struct ceph_file_extent *img_extents, in rbd_img_fill_request_nocopy() argument
2495 img_extents[i].fe_off, in rbd_img_fill_request_nocopy()
2496 img_extents[i].fe_len, in rbd_img_fill_request_nocopy()
2521 struct ceph_file_extent *img_extents, in rbd_img_fill_request() argument
2532 return rbd_img_fill_request_nocopy(img_req, img_extents, in rbd_img_fill_request()
2547 img_extents[i].fe_off, in rbd_img_fill_request()
2548 img_extents[i].fe_len, in rbd_img_fill_request()
2571 img_extents[i].fe_off, in rbd_img_fill_request()
2572 img_extents[i].fe_len, in rbd_img_fill_request()
2633 struct ceph_file_extent *img_extents, in __rbd_img_fill_from_bio() argument
2645 return rbd_img_fill_request(img_req, img_extents, num_img_extents, in __rbd_img_fill_from_bio()
2693 struct ceph_file_extent *img_extents, in __rbd_img_fill_from_bvecs() argument
2705 return rbd_img_fill_request(img_req, img_extents, num_img_extents, in __rbd_img_fill_from_bvecs()
2710 struct ceph_file_extent *img_extents, in rbd_img_fill_from_bvecs() argument
2716 .iter = { .bi_size = ceph_file_extents_bytes(img_extents, in rbd_img_fill_from_bvecs()
2720 return __rbd_img_fill_from_bvecs(img_req, img_extents, num_img_extents, in rbd_img_fill_from_bvecs()
2801 obj_req->img_extents, in rbd_obj_read_from_parent()
2808 obj_req->img_extents, in rbd_obj_read_from_parent()
2817 obj_req->img_extents, in rbd_obj_read_from_parent()
3096 prune_extents(obj_req->img_extents, &obj_req->num_img_extents, in rbd_obj_copyup_read_parent()