Lines Matching defs:dm_region_hash
60 struct dm_region_hash { struct
61 uint32_t region_size;
62 unsigned int region_shift;
65 struct dm_dirty_log *log;
68 rwlock_t hash_lock;
69 unsigned int mask;
70 unsigned int nr_buckets;
71 unsigned int prime;
72 unsigned int shift;
73 struct list_head *buckets;
78 int flush_failure;
80 unsigned int max_recovery; /* Max # of regions to recover in parallel */
82 spinlock_t region_lock;
106 struct dm_region_hash *rh; /* FIXME: can we get rid of this ? */ argument