Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-snap.c43 struct dm_exception_table { struct
94 struct dm_exception_table pending;
95 struct dm_exception_table complete;
627 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
638 struct dm_exception_table *complete = &s->complete; in dm_exception_table_lock_init()
639 struct dm_exception_table *pending = &s->pending; in dm_exception_table_lock_init()
657 static int dm_exception_table_init(struct dm_exception_table *et, in dm_exception_table_init()
675 static void dm_exception_table_exit(struct dm_exception_table *et, in dm_exception_table_exit()
694 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk) in exception_hash()
708 static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et, in dm_lookup_exception()
[all …]