Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-snap.c42 struct dm_exception_table { struct
93 struct dm_exception_table pending;
94 struct dm_exception_table complete;
624 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
635 struct dm_exception_table *complete = &s->complete; in dm_exception_table_lock_init()
636 struct dm_exception_table *pending = &s->pending; in dm_exception_table_lock_init()
654 static int dm_exception_table_init(struct dm_exception_table *et, in dm_exception_table_init()
672 static void dm_exception_table_exit(struct dm_exception_table *et, in dm_exception_table_exit()
691 static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk) in exception_hash()
705 static struct dm_exception *dm_lookup_exception(struct dm_exception_table *et, in dm_lookup_exception()
[all …]