Searched refs:img_extents (Results 1 – 1 of 1) sorted by relevance
295 struct ceph_file_extent *img_extents; member1349 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() argument2094 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() argument2495 img_extents[i].fe_off, in rbd_img_fill_request_nocopy()[all …]