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
1302 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()1333 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()2147 obj_req->ex.oe_len, in rbd_obj_calc_img_extents()2166 obj_req->ex.oe_len); in rbd_osd_setup_data()2171 obj_req->ex.oe_len); in rbd_osd_setup_data()2311 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()2900 if (*result < obj_req->ex.oe_len) in rbd_obj_advance_read()2902 obj_req->ex.oe_len - *result); in rbd_obj_advance_read()2904 rbd_assert(*result == obj_req->ex.oe_len); in rbd_obj_advance_read()2916 if (obj_overlap < obj_req->ex.oe_len) in rbd_obj_advance_read()[all …]
Completed in 21 milliseconds