Lines Matching refs:dm_exception
200 struct dm_exception e;
679 struct dm_exception *ex; in dm_exception_table_exit()
699 static void dm_remove_exception(struct dm_exception *e) in dm_remove_exception()
708 static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et, in dm_lookup_exception()
713 struct dm_exception *e; in dm_lookup_exception()
724 static struct dm_exception *alloc_completed_exception(gfp_t gfp) in alloc_completed_exception()
726 struct dm_exception *e; in alloc_completed_exception()
735 static void free_completed_exception(struct dm_exception *e) in free_completed_exception()
761 struct dm_exception *new_e) in dm_insert_exception()
765 struct dm_exception *e = NULL; in dm_insert_exception()
823 struct dm_exception *e; in dm_add_exception()
940 struct dm_exception *e; in __remove_single_exception_chunk()
1644 struct dm_exception *e; in pending_complete()
1843 struct dm_exception *e = dm_lookup_exception(&s->pending, chunk); in __lookup_pending_exception()
1905 static void remap_exception(struct dm_snapshot *s, struct dm_exception *e, in remap_exception()
1925 static void zero_exception(struct dm_snapshot *s, struct dm_exception *e, in zero_exception()
1948 struct dm_exception *e; in snapshot_map()
2116 struct dm_exception *e; in snapshot_merge_map()
2437 struct dm_exception *e; in __origin_write()
2799 exception_cache = KMEM_CACHE(dm_exception, 0); in dm_snapshot_init()