Lines Matching defs:dm_snap_pending_exception
199 struct dm_snap_pending_exception {
740 static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s)
742 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool,
751 static void free_pending_exception(struct dm_snap_pending_exception *pe)
1643 struct dm_snap_pending_exception *pe = context;
1729 static void complete_exception(struct dm_snap_pending_exception *pe)
1744 struct dm_snap_pending_exception *pe = context;
1757 pe = rb_entry(next, struct dm_snap_pending_exception,
1770 struct dm_snap_pending_exception *pe2;
1773 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node);
1792 static void start_copy(struct dm_snap_pending_exception *pe)
1821 static void start_full_bio(struct dm_snap_pending_exception *pe,
1840 static struct dm_snap_pending_exception *
1848 return container_of(e, struct dm_snap_pending_exception, e);
1857 static struct dm_snap_pending_exception *
1859 struct dm_snap_pending_exception *pe, chunk_t chunk)
1890 static struct dm_snap_pending_exception *
1892 struct dm_snap_pending_exception *pe, chunk_t chunk)
1894 struct dm_snap_pending_exception *pe2;
1952 struct dm_snap_pending_exception *pe = NULL;
2438 struct dm_snap_pending_exception *pe, *pe2;
2439 struct dm_snap_pending_exception *pe_to_start_now = NULL;
2440 struct dm_snap_pending_exception *pe_to_start_last = NULL;
2806 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0);