Lines Matching refs:log_writes_c

101 struct log_writes_c {  struct
135 static inline sector_t bio_to_dev_sectors(struct log_writes_c *lc, in bio_to_dev_sectors() argument
141 static inline sector_t dev_to_bio_sectors(struct log_writes_c *lc, in dev_to_bio_sectors()
147 static void put_pending_block(struct log_writes_c *lc) in put_pending_block()
156 static void put_io_block(struct log_writes_c *lc) in put_io_block()
167 struct log_writes_c *lc = bio->bi_private; in log_end_io()
187 static void free_pending_block(struct log_writes_c *lc, in free_pending_block()
201 static int write_metadata(struct log_writes_c *lc, void *entry, in write_metadata()
252 static int write_inline_data(struct log_writes_c *lc, void *entry, in write_inline_data()
320 static int log_one_block(struct log_writes_c *lc, in log_one_block()
412 static int log_super(struct log_writes_c *lc) in log_super()
429 static inline sector_t logdev_last_sector(struct log_writes_c *lc) in logdev_last_sector()
436 struct log_writes_c *lc = (struct log_writes_c *)arg; in log_writes_kthread()
512 struct log_writes_c *lc; in log_writes_ctr()
525 lc = kzalloc(sizeof(struct log_writes_c), GFP_KERNEL); in log_writes_ctr()
587 static int log_mark(struct log_writes_c *lc, char *data) in log_mark()
616 struct log_writes_c *lc = ti->private; in log_writes_dtr()
641 struct log_writes_c *lc = ti->private; in normal_map_bio()
648 struct log_writes_c *lc = ti->private; in log_writes_map()
774 struct log_writes_c *lc = ti->private; in normal_end_io()
805 struct log_writes_c *lc = ti->private; in log_writes_status()
824 struct log_writes_c *lc = ti->private; in log_writes_prepare_ioctl()
840 struct log_writes_c *lc = ti->private; in log_writes_iterate_devices()
853 struct log_writes_c *lc = ti->private; in log_writes_message()
870 struct log_writes_c *lc = ti->private; in log_writes_io_hints()
884 static int log_dax(struct log_writes_c *lc, sector_t sector, size_t bytes, in log_dax()
932 struct log_writes_c *lc = ti->private; in log_writes_dax_direct_access()
946 struct log_writes_c *lc = ti->private; in log_writes_dax_copy_from_iter()
970 struct log_writes_c *lc = ti->private; in log_writes_dax_copy_to_iter()