Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Ddm-snap.c42 struct dm_exception_table { struct
93 struct dm_exception_table pending;
94 struct dm_exception_table complete;
629 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
640 struct dm_exception_table *complete = &s->complete; in dm_exception_table_lock_init()
641 struct dm_exception_table *pending = &s->pending; in dm_exception_table_lock_init()
659 static int dm_exception_table_init(struct dm_exception_table *et, in dm_exception_table_init()
677 static void dm_exception_table_exit(struct dm_exception_table *et, in dm_exception_table_exit()
696 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk) in exception_hash()
710 static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et, in dm_lookup_exception()
[all …]