Lines Matching refs:complete
93 struct dm_exception_table complete; member
764 dm_insert_exception(&s->complete, e); in dm_add_exception()
818 if (dm_exception_table_init(&s->complete, hash_size, in init_hash_tables()
831 dm_exception_table_exit(&s->complete, exception_cache); in init_hash_tables()
861 e = dm_lookup_exception(&s->complete, old_chunk); in __remove_single_exception_chunk()
1270 dm_exception_table_exit(&s->complete, exception_cache); in snapshot_ctr()
1294 dm_exception_table_exit(&s->complete, exception_cache); in __free_exceptions()
1308 u.table_swap = snap_dest->complete; in __handover_exceptions()
1309 snap_dest->complete = snap_src->complete; in __handover_exceptions()
1310 snap_src->complete = u.table_swap; in __handover_exceptions()
1491 dm_insert_exception(&s->complete, e); in pending_complete()
1709 e = dm_lookup_exception(&s->complete, chunk); in snapshot_map()
1733 e = dm_lookup_exception(&s->complete, chunk); in snapshot_map()
1823 e = dm_lookup_exception(&s->complete, chunk); in snapshot_merge_map()
2112 e = dm_lookup_exception(&snap->complete, chunk); in __origin_write()
2127 e = dm_lookup_exception(&snap->complete, chunk); in __origin_write()