Home
last modified time | relevance | path

Searched refs:oe_len (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/net/ceph/
A Dstriper.c82 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()
/linux-6.3-rc2/include/linux/ceph/
A Dstriper.h18 u64 oe_len; member
/linux-6.3-rc2/drivers/block/
A Drbd.c1299 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