dm_snap_pending_exception  736 drivers/md/dm-snap.c static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s)
dm_snap_pending_exception  738 drivers/md/dm-snap.c 	struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool,
dm_snap_pending_exception  747 drivers/md/dm-snap.c static void free_pending_exception(struct dm_snap_pending_exception *pe)
dm_snap_pending_exception 1638 drivers/md/dm-snap.c 	struct dm_snap_pending_exception *pe = context;
dm_snap_pending_exception 1724 drivers/md/dm-snap.c static void complete_exception(struct dm_snap_pending_exception *pe)
dm_snap_pending_exception 1739 drivers/md/dm-snap.c 	struct dm_snap_pending_exception *pe = context;
dm_snap_pending_exception 1752 drivers/md/dm-snap.c 			pe = rb_entry(next, struct dm_snap_pending_exception,
dm_snap_pending_exception 1765 drivers/md/dm-snap.c 		struct dm_snap_pending_exception *pe2;
dm_snap_pending_exception 1768 drivers/md/dm-snap.c 			pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node);
dm_snap_pending_exception 1787 drivers/md/dm-snap.c static void start_copy(struct dm_snap_pending_exception *pe)
dm_snap_pending_exception 1816 drivers/md/dm-snap.c static void start_full_bio(struct dm_snap_pending_exception *pe,
dm_snap_pending_exception 1835 drivers/md/dm-snap.c static struct dm_snap_pending_exception *
dm_snap_pending_exception 1843 drivers/md/dm-snap.c 	return container_of(e, struct dm_snap_pending_exception, e);
dm_snap_pending_exception 1852 drivers/md/dm-snap.c static struct dm_snap_pending_exception *
dm_snap_pending_exception 1854 drivers/md/dm-snap.c 			   struct dm_snap_pending_exception *pe, chunk_t chunk)
dm_snap_pending_exception 1885 drivers/md/dm-snap.c static struct dm_snap_pending_exception *
dm_snap_pending_exception 1887 drivers/md/dm-snap.c 			 struct dm_snap_pending_exception *pe, chunk_t chunk)
dm_snap_pending_exception 1889 drivers/md/dm-snap.c 	struct dm_snap_pending_exception *pe2;
dm_snap_pending_exception 1947 drivers/md/dm-snap.c 	struct dm_snap_pending_exception *pe = NULL;
dm_snap_pending_exception 2425 drivers/md/dm-snap.c 	struct dm_snap_pending_exception *pe, *pe2;
dm_snap_pending_exception 2426 drivers/md/dm-snap.c 	struct dm_snap_pending_exception *pe_to_start_now = NULL;
dm_snap_pending_exception 2427 drivers/md/dm-snap.c 	struct dm_snap_pending_exception *pe_to_start_last = NULL;
dm_snap_pending_exception 2789 drivers/md/dm-snap.c 	pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0);