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;224 region_t sync_count;228 uint32_t *sync_bits;231 int sync_search;234 enum sync {238 } sync;[all …]
36 struct log_c { struct37 struct dm_target *ti;38 struct dm_dev *log_dev;40 char *usr_argv_str;41 uint32_t usr_argc;43 uint32_t region_size;44 region_t region_count;45 uint64_t luid;46 char uuid[DM_UUID_LEN];54 spinlock_t flush_lock;[all …]
Completed in 9 milliseconds