Lines Matching refs:oe_len
1300 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()
1324 obj_req->ex.oe_len == rbd_dev->layout.object_size; in rbd_obj_is_entire()
1331 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()
2125 obj_req->ex.oe_len, in rbd_obj_calc_img_extents()
2144 obj_req->ex.oe_len); in rbd_osd_setup_data()
2149 obj_req->ex.oe_len); in rbd_osd_setup_data()
2224 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops()
2261 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops()
2283 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2289 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard()
2292 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
2332 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_zeroout_ops()
2764 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in rbd_obj_read_object()
2880 rbd_obj_zero_range(obj_req, 0, obj_req->ex.oe_len); in rbd_obj_advance_read()
2883 if (*result < obj_req->ex.oe_len) in rbd_obj_advance_read()
2885 obj_req->ex.oe_len - *result); in rbd_obj_advance_read()
2887 rbd_assert(*result == obj_req->ex.oe_len); in rbd_obj_advance_read()
2899 if (obj_overlap < obj_req->ex.oe_len) in rbd_obj_advance_read()
2901 obj_req->ex.oe_len - obj_overlap); in rbd_obj_advance_read()
3385 obj_req->ex.oe_off, obj_req->ex.oe_len, *result); in __rbd_obj_handle_request()