Searched refs:log_c (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-log.c | 217 struct log_c { struct 263 static inline void log_set_bit(struct log_c *l, in log_set_bit() 270 static inline void log_clear_bit(struct log_c *l, in log_clear_bit() 294 static int rw_header(struct log_c *lc, int op) in rw_header() 302 static int flush_header(struct log_c *lc) in flush_header() 316 static int read_header(struct log_c *log) in read_header() 369 struct log_c *lc; in create_log_context() 521 static void destroy_log_context(struct log_c *lc) in destroy_log_context() 530 struct log_c *lc = (struct log_c *) lo in core_dtr() [all...] |
H A D | dm-log-userspace-base.c | 36 struct log_c { struct 84 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() 159 struct log_c *lc = container_of(work, struct log_c, flush_log_work.work); in do_flush() 196 struct log_c *lc = NULL; in userspace_ctr() 328 struct log_c *lc = log->context; in userspace_dtr() 355 struct log_c *lc = log->context; in userspace_presuspend() 366 struct log_c *lc = log->context; in userspace_postsuspend() 383 struct log_c *lc = log->context; in userspace_resume() 394 struct log_c *l in userspace_get_region_size() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-log.c | 220 struct log_c { struct 266 static inline void log_set_bit(struct log_c *l, in log_set_bit() 273 static inline void log_clear_bit(struct log_c *l, in log_clear_bit() 299 static int rw_header(struct log_c *lc, enum req_op op) in rw_header() 306 static int flush_header(struct log_c *lc) in flush_header() 319 static int read_header(struct log_c *log) in read_header() 374 struct log_c *lc; in create_log_context() 524 static void destroy_log_context(struct log_c *lc) in destroy_log_context() 533 struct log_c *lc = log->context; in core_dtr() 572 struct log_c *l in disk_dtr() [all...] |
H A D | dm-log-userspace-base.c | 37 struct log_c { struct 85 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() 160 struct log_c *lc = container_of(work, struct log_c, flush_log_work.work); in do_flush() 197 struct log_c *lc = NULL; in userspace_ctr() 329 struct log_c *lc = log->context; in userspace_dtr() 354 struct log_c *lc = log->context; in userspace_presuspend() 365 struct log_c *lc = log->context; in userspace_postsuspend() 382 struct log_c *lc = log->context; in userspace_resume() 393 struct log_c *l in userspace_get_region_size() [all...] |
Completed in 4 milliseconds