Lines Matching refs:complete
86 struct dm_exception_table complete; member
757 dm_insert_exception(&s->complete, e); in dm_add_exception()
811 if (dm_exception_table_init(&s->complete, hash_size, in init_hash_tables()
824 dm_exception_table_exit(&s->complete, exception_cache); in init_hash_tables()
854 e = dm_lookup_exception(&s->complete, old_chunk); in __remove_single_exception_chunk()
1253 dm_exception_table_exit(&s->complete, exception_cache); in snapshot_ctr()
1277 dm_exception_table_exit(&s->complete, exception_cache); in __free_exceptions()
1291 u.table_swap = snap_dest->complete; in __handover_exceptions()
1292 snap_dest->complete = snap_src->complete; in __handover_exceptions()
1293 snap_src->complete = u.table_swap; in __handover_exceptions()
1472 dm_insert_exception(&s->complete, e); in pending_complete()
1691 e = dm_lookup_exception(&s->complete, chunk); in snapshot_map()
1715 e = dm_lookup_exception(&s->complete, chunk); in snapshot_map()
1801 e = dm_lookup_exception(&s->complete, chunk); in snapshot_merge_map()
2088 e = dm_lookup_exception(&snap->complete, chunk); in __origin_write()
2103 e = dm_lookup_exception(&snap->complete, chunk); in __origin_write()