Searched refs:oe_objno (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ceph/ |
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()
|
/Linux-v4.19/include/linux/ceph/ |
D | striper.h | 16 u64 oe_objno; member
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 1369 obj_request, obj_request->ex.oe_objno, obj_request->ex.oe_off, in rbd_obj_request_submit() 1500 rbd_dev->header.object_prefix, obj_req->ex.oe_objno)) in rbd_osd_req_create() 1724 ret = ceph_extent_to_file(&rbd_dev->layout, obj_req->ex.oe_objno, in rbd_obj_calc_img_extents() 2115 dout("%s objno %llu bytes %u\n", __func__, ex->oe_objno, bytes); in set_bio_pos() 2126 dout("%s objno %llu bytes %u\n", __func__, ex->oe_objno, bytes); in count_bio_bvecs() 2139 dout("%s objno %llu bytes %u\n", __func__, ex->oe_objno, bytes); in copy_bio_bvecs() 2559 obj_op_name(img_req->op_type), obj_req->ex.oe_objno, in rbd_obj_end_request()
|