Searched refs:oe_item (Results 1 – 2 of 2) sorted by relevance
/linux/net/ceph/ |
H A D | striper.c | 60 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/include/linux/ceph/ |
H A D | striper.h | 15 struct list_head oe_item; member 23 INIT_LIST_HEAD(&ex->oe_item); in ceph_object_extent_init()
|