Lines Matching defs:dm_snap_pending_exception
203 struct dm_snap_pending_exception {
741 static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s)
743 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool,
752 static void free_pending_exception(struct dm_snap_pending_exception *pe)
1663 struct dm_snap_pending_exception *pe = context;
1749 static void complete_exception(struct dm_snap_pending_exception *pe)
1764 struct dm_snap_pending_exception *pe = context;
1777 pe = rb_entry(next, struct dm_snap_pending_exception,
1790 struct dm_snap_pending_exception *pe2;
1793 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node);
1812 static void start_copy(struct dm_snap_pending_exception *pe)
1841 static void start_full_bio(struct dm_snap_pending_exception *pe,
1860 static struct dm_snap_pending_exception *
1868 return container_of(e, struct dm_snap_pending_exception, e);
1877 static struct dm_snap_pending_exception *
1879 struct dm_snap_pending_exception *pe, chunk_t chunk)
1910 static struct dm_snap_pending_exception *
1912 struct dm_snap_pending_exception *pe, chunk_t chunk)
1914 struct dm_snap_pending_exception *pe2;
1972 struct dm_snap_pending_exception *pe = NULL;
2450 struct dm_snap_pending_exception *pe, *pe2;
2451 struct dm_snap_pending_exception *pe_to_start_now = NULL;
2452 struct dm_snap_pending_exception *pe_to_start_last = NULL;
2814 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0);