Lines Matching defs:log_c
217 struct log_c { struct
218 struct dm_target *ti;
219 int touched_dirtied;
220 int touched_cleaned;
221 int flush_failed;
222 uint32_t region_size;
223 unsigned int region_count;
224 region_t sync_count;
226 unsigned bitset_uint32_count;
227 uint32_t *clean_bits;
228 uint32_t *sync_bits;
229 uint32_t *recovering_bits; /* FIXME: this seems excessive */
231 int sync_search;
234 enum sync {
238 } sync;
263 static inline void log_set_bit(struct log_c *l, in log_set_bit() argument