Searched refs:oe_objno (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | striper.c | 62 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()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | striper.c | 62 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()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | striper.h | 16 u64 oe_objno; member
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | striper.h | 16 u64 oe_objno; member
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 1364 __func__, osd_req, obj_req, obj_req->ex.oe_objno, in rbd_osd_submit() 1409 obj_req->ex.oe_objno); in rbd_obj_set_copyup_enabled() 1415 obj_req->ex.oe_objno); in rbd_obj_set_copyup_enabled() 1422 obj_req->ex.oe_objno); in rbd_obj_set_copyup_enabled() 1517 obj_req->ex.oe_objno); in __rbd_obj_add_osd_request() 2041 rbd_assert(objno == obj_req->ex.oe_objno); in rbd_object_map_update_finish() 2131 if (!update_needed(rbd_dev, obj_req->ex.oe_objno, new_state)) in rbd_object_map_update() 2161 ret = rbd_cls_object_map_update(req, which, obj_req->ex.oe_objno, in rbd_object_map_update() 2207 ret = ceph_extent_to_file(&rbd_dev->layout, obj_req->ex.oe_objno, in rbd_obj_calc_img_extents() 2682 dout("%s objno %llu bytes %u\n", __func__, ex->oe_objno, byte in set_bio_pos() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 1301 __func__, osd_req, obj_req, obj_req->ex.oe_objno, in rbd_osd_submit() 1346 obj_req->ex.oe_objno); in rbd_obj_set_copyup_enabled() 1352 obj_req->ex.oe_objno); in rbd_obj_set_copyup_enabled() 1359 obj_req->ex.oe_objno); in rbd_obj_set_copyup_enabled() 1454 obj_req->ex.oe_objno); in __rbd_obj_add_osd_request() 1978 rbd_assert(objno == obj_req->ex.oe_objno); in rbd_object_map_update_finish() 2068 if (!update_needed(rbd_dev, obj_req->ex.oe_objno, new_state)) in rbd_object_map_update() 2098 ret = rbd_cls_object_map_update(req, which, obj_req->ex.oe_objno, in rbd_object_map_update() 2144 ret = ceph_extent_to_file(&rbd_dev->layout, obj_req->ex.oe_objno, in rbd_obj_calc_img_extents() 2619 dout("%s objno %llu bytes %u\n", __func__, ex->oe_objno, byte in set_bio_pos() [all...] |
Completed in 15 milliseconds