Lines Matching refs:oe_off
1362 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()
1385 return !obj_req->ex.oe_off && in rbd_obj_is_entire()
1393 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()
1467 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_format_write()
2185 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents()
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()
2344 off = round_up(obj_req->ex.oe_off, rbd_dev->opts->alloc_size); in rbd_obj_init_discard()
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()
2353 obj_req->ex.oe_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()
3448 obj_req->ex.oe_off, obj_req->ex.oe_len, *result); in __rbd_obj_handle_request()