Home
last modified time | relevance | path

Searched refs:dm_exception_table (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/md/
Ddm-snap.c41 struct dm_exception_table { struct
71 struct dm_exception_table pending;
72 struct dm_exception_table complete;
525 static int dm_exception_table_init(struct dm_exception_table *et, in dm_exception_table_init()
542 static void dm_exception_table_exit(struct dm_exception_table *et, in dm_exception_table_exit()
560 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk) in exception_hash()
574 static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et, in dm_lookup_exception()
625 static void dm_insert_exception(struct dm_exception_table *eh, in dm_insert_exception()
1224 struct dm_exception_table table_swap; in __handover_exceptions()