Lines Matching refs:oe_off
1300 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()
1323 return !obj_req->ex.oe_off && in rbd_obj_is_entire()
1331 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()
1405 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_format_write()
2123 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents()
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()
2282 off = round_up(obj_req->ex.oe_off, rbd_dev->opts->alloc_size); in rbd_obj_init_discard()
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()
2291 obj_req->ex.oe_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()
3385 obj_req->ex.oe_off, obj_req->ex.oe_len, *result); in __rbd_obj_handle_request()