Lines Matching refs:dm_snap_pending_exception

198 struct dm_snap_pending_exception {  struct
737 static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s) in alloc_pending_exception()
739 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool, in alloc_pending_exception()
748 static void free_pending_exception(struct dm_snap_pending_exception *pe) in free_pending_exception()
1645 struct dm_snap_pending_exception *pe = context; in pending_complete()
1731 static void complete_exception(struct dm_snap_pending_exception *pe) in complete_exception()
1746 struct dm_snap_pending_exception *pe = context; in copy_callback()
1759 pe = rb_entry(next, struct dm_snap_pending_exception, in copy_callback()
1772 struct dm_snap_pending_exception *pe2; in copy_callback()
1775 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback()
1794 static void start_copy(struct dm_snap_pending_exception *pe) in start_copy()
1823 static void start_full_bio(struct dm_snap_pending_exception *pe, in start_full_bio()
1842 static struct dm_snap_pending_exception *
1850 return container_of(e, struct dm_snap_pending_exception, e); in __lookup_pending_exception()
1859 static struct dm_snap_pending_exception *
1861 struct dm_snap_pending_exception *pe, chunk_t chunk) in __insert_pending_exception()
1892 static struct dm_snap_pending_exception *
1894 struct dm_snap_pending_exception *pe, chunk_t chunk) in __find_pending_exception()
1896 struct dm_snap_pending_exception *pe2; in __find_pending_exception()
1954 struct dm_snap_pending_exception *pe = NULL; in snapshot_map()
2442 struct dm_snap_pending_exception *pe, *pe2; in __origin_write()
2443 struct dm_snap_pending_exception *pe_to_start_now = NULL; in __origin_write()
2444 struct dm_snap_pending_exception *pe_to_start_last = NULL; in __origin_write()
2809 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0); in dm_snapshot_init()