Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ceph/
A Dstriper.c60 list_entry(pos, typeof(*ex), oe_item); in lookup_last()
79 list_for_each_entry(ex, object_extents, oe_item) { in lookup_containing()
140 list_add(&ex->oe_item, add_pos); in ceph_file_to_extents()
142 list_add(&ex->oe_item, &last_ex->oe_item); in ceph_file_to_extents()
153 for (last_ex = list_first_entry(object_extents, typeof(*ex), oe_item), in ceph_file_to_extents()
154 ex = list_next_entry(last_ex, oe_item); in ceph_file_to_extents()
155 &ex->oe_item != object_extents; in ceph_file_to_extents()
156 last_ex = ex, ex = list_next_entry(ex, oe_item)) { in ceph_file_to_extents()
/linux-6.3-rc2/include/linux/ceph/
A Dstriper.h15 struct list_head oe_item; member
23 INIT_LIST_HEAD(&ex->oe_item); in ceph_object_extent_init()
/linux-6.3-rc2/drivers/block/
A Drbd.c352 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)
1288 list_del(&obj_request->ex.oe_item); in rbd_img_obj_request_del()

Completed in 17 milliseconds