Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-snap.c48 struct dm_exception_table { struct
99 struct dm_exception_table pending;
100 struct dm_exception_table complete;
632 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
643 struct dm_exception_table *complete = &s->complete; in dm_exception_table_lock_init()
644 struct dm_exception_table *pending = &s->pending; in dm_exception_table_lock_init()
662 static int dm_exception_table_init(struct dm_exception_table *et, in dm_exception_table_init()
682 static void dm_exception_table_exit(struct dm_exception_table *et, in dm_exception_table_exit()
704 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk) in exception_hash()
718 static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et, in dm_lookup_exception()
[all …]