Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
Ddm-log.c217 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;
[all …]
Ddm-log-userspace-base.c36 struct log_c { struct
37 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 …]
/kernel/linux/linux-6.6/drivers/md/
Ddm-log.c220 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;
[all …]
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 …]