Lines Matching refs:oe_len
1450 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()
1482 obj_req->ex.oe_len == rbd_dev->layout.object_size; in rbd_obj_is_entire()
1489 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()
2281 obj_req->ex.oe_len, in rbd_obj_calc_img_extents()
2300 obj_req->ex.oe_len); in rbd_osd_setup_data()
2305 obj_req->ex.oe_len); in rbd_osd_setup_data()
2379 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops()
2416 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops()
2438 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2444 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard()
2447 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
2487 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_zeroout_ops()
2919 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in rbd_obj_read_object()
3030 rbd_obj_zero_range(obj_req, 0, obj_req->ex.oe_len); in rbd_obj_advance_read()
3033 if (*result < obj_req->ex.oe_len) in rbd_obj_advance_read()
3035 obj_req->ex.oe_len - *result); in rbd_obj_advance_read()
3037 rbd_assert(*result == obj_req->ex.oe_len); in rbd_obj_advance_read()
3049 if (obj_overlap < obj_req->ex.oe_len) in rbd_obj_advance_read()
3051 obj_req->ex.oe_len - obj_overlap); in rbd_obj_advance_read()
3536 obj_req->ex.oe_off, obj_req->ex.oe_len, *result); in __rbd_obj_handle_request()