Lines Matching defs:complete
95 struct dm_exception_table complete;
203 * Origin buffers waiting for this to complete are held
227 * For writing a complete chunk, bypassing the copy.
638 struct dm_exception_table *complete = &s->complete;
641 lock->complete_slot = &complete->table[exception_hash(complete, chunk)];
843 dm_insert_exception(&s->complete, e);
899 if (dm_exception_table_init(&s->complete, hash_size,
912 dm_exception_table_exit(&s->complete, exception_cache);
942 e = dm_lookup_exception(&s->complete, old_chunk);
1092 * wait for the pending exceptions to complete.
1410 dm_exception_table_exit(&s->complete, exception_cache);
1430 dm_exception_table_exit(&s->complete, exception_cache);
1444 u.table_swap = snap_dest->complete;
1445 snap_dest->complete = snap_src->complete;
1446 snap_src->complete = u.table_swap;
1690 dm_insert_exception(&s->complete, e);
2000 e = dm_lookup_exception(&s->complete, chunk);
2016 * If no exception exists, complete discard immediately
2036 e = dm_lookup_exception(&s->complete, chunk);
2146 e = dm_lookup_exception(&s->complete, chunk);
2478 e = dm_lookup_exception(&snap->complete, chunk);
2489 e = dm_lookup_exception(&snap->complete, chunk);