Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-log.c217 struct log_c { struct
263 static inline void log_set_bit(struct log_c *l, in log_set_bit() argument
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 *) log->context; in core_dtr()
567 struct log_c *lc = (struct log_c *) log->context; in disk_dtr()
[all …]
Ddm-log-userspace-base.c36 struct log_c { struct
84 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() argument
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 *lc = log->context; in userspace_get_region_size()
413 struct log_c *lc = log->context; in userspace_is_clean()
[all …]