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