Lines Matching defs:log_c
36 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;
55 struct list_head mark_list;
56 struct list_head clear_list;
84 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() argument