Lines Matching defs:dm_region_hash
57 struct dm_region_hash { struct
58 uint32_t region_size;
59 unsigned region_shift;
62 struct dm_dirty_log *log;
65 rwlock_t hash_lock;
66 unsigned mask;
67 unsigned nr_buckets;
68 unsigned prime;
69 unsigned shift;
70 struct list_head *buckets;
75 int flush_failure;
77 unsigned max_recovery; /* Max # of regions to recover in parallel */
79 spinlock_t region_lock;
103 struct dm_region_hash *rh; /* FIXME: can we get rid of this ? */ argument