Searched refs:oe_len (Results 1 – 3 of 3) sorted by relevance
82 ex->oe_off + ex->oe_len >= objoff + xlen) /* paranoia */ in lookup_containing()128 if (!last_ex || last_ex->oe_off + last_ex->oe_len != objoff) { in ceph_file_to_extents()135 ex->oe_len = xlen; in ceph_file_to_extents()144 last_ex->oe_len += xlen; in ceph_file_to_extents()159 last_ex->oe_off + last_ex->oe_len >= ex->oe_off)) { in ceph_file_to_extents()
18 u64 oe_len; member
1299 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()1330 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()2124 obj_req->ex.oe_len, in rbd_obj_calc_img_extents()2143 obj_req->ex.oe_len); in rbd_osd_setup_data()2148 obj_req->ex.oe_len); in rbd_osd_setup_data()2291 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()2882 if (*result < obj_req->ex.oe_len) in rbd_obj_advance_read()2884 obj_req->ex.oe_len - *result); in rbd_obj_advance_read()2886 rbd_assert(*result == obj_req->ex.oe_len); in rbd_obj_advance_read()2898 if (obj_overlap < obj_req->ex.oe_len) in rbd_obj_advance_read()[all …]
Completed in 18 milliseconds