Lines Matching defs:dm_exception_table
42 struct dm_exception_table {
93 struct dm_exception_table pending;
94 struct dm_exception_table complete;
629 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
640 struct dm_exception_table *complete = &s->complete;
641 struct dm_exception_table *pending = &s->pending;
659 static int dm_exception_table_init(struct dm_exception_table *et,
676 static void dm_exception_table_exit(struct dm_exception_table *et,
695 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk)
709 static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et,
761 static void dm_insert_exception(struct dm_exception_table *eh,
1456 struct dm_exception_table table_swap;