Searched defs:log_c (Results 1 – 2 of 2) sorted by relevance
217 struct log_c { struct218 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;[all …]
32 struct log_c { struct33 struct dm_target *ti;34 struct dm_dev *log_dev;35 uint32_t region_size;36 region_t region_count;37 uint64_t luid;38 char uuid[DM_UUID_LEN];40 char *usr_argv_str;41 uint32_t usr_argc;50 uint64_t in_sync_hint;[all …]