Lines Matching refs:oe_len
1362 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()
1386 obj_req->ex.oe_len == rbd_dev->layout.object_size; in rbd_obj_is_entire()
1393 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()
2187 obj_req->ex.oe_len, in rbd_obj_calc_img_extents()
2206 obj_req->ex.oe_len); in rbd_osd_setup_data()
2211 obj_req->ex.oe_len); in rbd_osd_setup_data()
2286 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops()
2323 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops()
2345 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2351 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard()
2354 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
2394 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_zeroout_ops()
2826 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in rbd_obj_read_object()
2942 rbd_obj_zero_range(obj_req, 0, obj_req->ex.oe_len); in rbd_obj_advance_read()
2945 if (*result < obj_req->ex.oe_len) in rbd_obj_advance_read()
2947 obj_req->ex.oe_len - *result); in rbd_obj_advance_read()
2949 rbd_assert(*result == obj_req->ex.oe_len); in rbd_obj_advance_read()
2961 if (obj_overlap < obj_req->ex.oe_len) in rbd_obj_advance_read()
2963 obj_req->ex.oe_len - obj_overlap); in rbd_obj_advance_read()
3448 obj_req->ex.oe_off, obj_req->ex.oe_len, *result); in __rbd_obj_handle_request()