Home
last modified time | relevance | path

Searched defs:log_c (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Ddm-log.c220 struct log_c { struct
221 struct dm_target *ti;
222 int touched_dirtied;
223 int touched_cleaned;
224 int flush_failed;
227 region_t sync_count;
231 uint32_t *sync_bits;
234 int sync_search;
237 enum sync {
241 } sync;
[all …]
H A Ddm-log-userspace-base.c37 struct log_c { struct
38 struct dm_target *ti;
39 struct dm_dev *log_dev;
41 char *usr_argv_str;
42 uint32_t usr_argc;
44 uint32_t region_size;
45 region_t region_count;
46 uint64_t luid;
47 char uuid[DM_UUID_LEN];
55 spinlock_t flush_lock;
[all …]