oe_item           356 drivers/block/rbd.c 	list_for_each_entry(oreq, &(ireq)->object_extents, ex.oe_item)
oe_item           358 drivers/block/rbd.c 	list_for_each_entry_safe(oreq, n, &(ireq)->object_extents, ex.oe_item)
oe_item          1439 drivers/block/rbd.c 	list_del(&obj_request->ex.oe_item);
oe_item            15 include/linux/ceph/striper.h 	struct list_head oe_item;
oe_item            23 include/linux/ceph/striper.h 	INIT_LIST_HEAD(&ex->oe_item);
oe_item            60 net/ceph/striper.c 		    list_entry(pos, typeof(*ex), oe_item);
oe_item            79 net/ceph/striper.c 	list_for_each_entry(ex, object_extents, oe_item) {
oe_item           140 net/ceph/striper.c 				list_add(&ex->oe_item, add_pos);
oe_item           142 net/ceph/striper.c 				list_add(&ex->oe_item, &last_ex->oe_item);
oe_item           153 net/ceph/striper.c 	for (last_ex = list_first_entry(object_extents, typeof(*ex), oe_item),
oe_item           154 net/ceph/striper.c 	     ex = list_next_entry(last_ex, oe_item);
oe_item           155 net/ceph/striper.c 	     &ex->oe_item != object_extents;
oe_item           156 net/ceph/striper.c 	     last_ex = ex, ex = list_next_entry(ex, oe_item)) {