Searched refs:object_extents (Results 1 – 3 of 3) sorted by relevance
/linux/net/ceph/ |
H A D | striper.c | 53 lookup_last(struct list_head *object_extents, u64 objno, in lookup_last() argument 58 list_for_each_prev(pos, object_extents) { in lookup_last() 74 lookup_containing(struct list_head *object_extents, u64 objno, in lookup_containing() argument 79 list_for_each_entry(ex, object_extents, oe_item) { in lookup_containing() 111 struct list_head *object_extents, in ceph_file_to_extents() argument 127 last_ex = lookup_last(object_extents, objno, &add_pos); in ceph_file_to_extents() 153 for (last_ex = list_first_entry(object_extents, typeof(*ex), oe_item), in ceph_file_to_extents() 155 &ex->oe_item != object_extents; in ceph_file_to_extents() 175 struct list_head *object_extents, in ceph_iterate_extents() argument 187 ex = lookup_containing(object_extents, objno, objoff, xlen); in ceph_iterate_extents()
|
/linux/include/linux/ceph/ |
H A D | striper.h | 37 struct list_head *object_extents, 43 struct list_head *object_extents,
|
/linux/drivers/block/ |
H A D | rbd.c | 343 struct list_head object_extents; /* obj_req.ex structs */ member 352 list_for_each_entry(oreq, &(ireq)->object_extents, ex.oe_item) 354 list_for_each_entry_safe(oreq, n, &(ireq)->object_extents, ex.oe_item) 1597 INIT_LIST_HEAD(&img_request->object_extents); in rbd_img_request_init() 2515 &img_req->object_extents, in rbd_img_fill_request_nocopy() 2567 &img_req->object_extents, in rbd_img_fill_request() 2591 &img_req->object_extents, in rbd_img_fill_request()
|