Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Ddm-log.c211 struct log_c { struct
212 struct dm_target *ti;
213 int touched_dirtied;
214 int touched_cleaned;
215 int flush_failed;
216 uint32_t region_size;
217 unsigned int region_count;
218 region_t sync_count;
220 unsigned bitset_uint32_count;
221 uint32_t *clean_bits;
[all …]
Ddm-log-userspace-base.c31 struct log_c { struct
32 struct dm_target *ti;
33 uint32_t region_size;
34 region_t region_count;
35 uint64_t luid;
36 char uuid[DM_UUID_LEN];
38 char *usr_argv_str;
39 uint32_t usr_argc;
48 uint64_t in_sync_hint;
73 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() argument