Lines Matching refs:oe_off
1299 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()
1322 return !obj_req->ex.oe_off && in rbd_obj_is_entire()
1330 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()
1404 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_format_write()
2122 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents()
2223 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops()
2260 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops()
2281 off = round_up(obj_req->ex.oe_off, rbd_dev->opts->alloc_size); in rbd_obj_init_discard()
2282 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2288 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard()
2290 obj_req->ex.oe_off = off; in rbd_obj_init_discard()
2331 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_zeroout_ops()
2763 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in rbd_obj_read_object()
3384 obj_req->ex.oe_off, obj_req->ex.oe_len, *result); in __rbd_obj_handle_request()