Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ceph/
A Dstriper.c62 if (ex->oe_objno == objno) in lookup_last()
65 if (ex->oe_objno < objno) in lookup_last()
80 if (ex->oe_objno == objno && in lookup_containing()
85 if (ex->oe_objno > objno) in lookup_containing()
133 ex->oe_objno = objno; in ceph_file_to_extents()
157 if (last_ex->oe_objno > ex->oe_objno || in ceph_file_to_extents()
158 (last_ex->oe_objno == ex->oe_objno && in ceph_file_to_extents()
/linux-6.3-rc2/include/linux/ceph/
A Dstriper.h16 u64 oe_objno; member
/linux-6.3-rc2/drivers/block/
A Drbd.c1298 __func__, osd_req, obj_req, obj_req->ex.oe_objno, in rbd_osd_submit()
1435 obj_req->ex.oe_objno); in __rbd_obj_add_osd_request()
1955 rbd_assert(objno == obj_req->ex.oe_objno); in rbd_object_map_update_finish()
2045 if (!update_needed(rbd_dev, obj_req->ex.oe_objno, new_state)) in rbd_object_map_update()
2601 dout("%s objno %llu bytes %u\n", __func__, ex->oe_objno, bytes); in set_bio_pos()
2612 dout("%s objno %llu bytes %u\n", __func__, ex->oe_objno, bytes); in count_bio_bvecs()
2625 dout("%s objno %llu bytes %u\n", __func__, ex->oe_objno, bytes); in copy_bio_bvecs()
2743 if (rbd_object_map_may_exist(rbd_dev, obj_req->ex.oe_objno)) { in rbd_obj_may_exist()
2749 obj_req->ex.oe_objno); in rbd_obj_may_exist()
2912 if (rbd_object_map_may_exist(rbd_dev, obj_req->ex.oe_objno)) in rbd_obj_write_is_noop()
[all …]

Completed in 17 milliseconds