exception_hash    624 drivers/md/dm-snap.c static uint32_t exception_hash(struct dm_exception_table *et, chunk_t chunk);
exception_hash    638 drivers/md/dm-snap.c 	lock->complete_slot = &complete->table[exception_hash(complete, chunk)];
exception_hash    639 drivers/md/dm-snap.c 	lock->pending_slot = &pending->table[exception_hash(pending, chunk)];
exception_hash    711 drivers/md/dm-snap.c 	slot = &et->table[exception_hash(et, chunk)];
exception_hash    763 drivers/md/dm-snap.c 	l = &eh->table[exception_hash(eh, new_e->old_chunk)];