Lines Matching defs:dm_exception_table
43 struct dm_exception_table {
94 struct dm_exception_table pending;
95 struct dm_exception_table complete;
627 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
638 struct dm_exception_table *complete = &s->complete;
639 struct dm_exception_table *pending = &s->pending;
657 static int dm_exception_table_init(struct dm_exception_table *et,
675 static void dm_exception_table_exit(struct dm_exception_table *et,
694 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk)
708 static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et,
760 static void dm_insert_exception(struct dm_exception_table *eh,
1437 struct dm_exception_table table_swap;