Lines Matching refs:log_c

62 struct log_c {  struct
125 static void log_set_bit(struct log_c *lc, dm_bitset_t bs, int bit) in log_set_bit() argument
131 static void log_clear_bit(struct log_c *lc, dm_bitset_t bs, int bit) in log_clear_bit()
162 static struct log_c *get_log(const char *uuid, uint64_t luid) in get_log()
164 struct log_c *lc; in get_log()
182 static struct log_c *get_pending_log(const char *uuid, uint64_t luid) in get_pending_log()
184 struct log_c *lc; in get_pending_log()
204 static int rw_log(struct log_c *lc, int do_write) in rw_log()
246 static int read_log(struct log_c *lc) in read_log()
276 static int write_log(struct log_c *lc) in write_log()
377 struct log_c *lc = NULL; in _clog_ctr()
378 struct log_c *duplicate; in _clog_ctr()
623 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_dtr()
659 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_presuspend()
679 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_postsuspend()
702 struct log_c *lc = get_log(uuid, luid); in cluster_postsuspend()
727 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_resume()
853 struct log_c *lc = get_log(rq->uuid, rq->luid); in local_resume()
919 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_get_region_size()
940 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_is_clean()
965 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_in_sync()
994 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_flush()
1031 static int mark_region(struct log_c *lc, uint64_t region, uint32_t who) in mark_region()
1078 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_mark_region()
1102 static int clear_region(struct log_c *lc, uint64_t region, uint32_t who) in clear_region()
1141 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_clear_region()
1176 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_get_resync_work()
1268 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_set_region_sync()
1347 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_get_sync_count()
1381 static int core_status_info(struct log_c *lc, struct dm_ulog_request *rq) in core_status_info()
1390 static int disk_status_info(struct log_c *lc, struct dm_ulog_request *rq) in disk_status_info()
1415 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_status_info()
1431 static int core_status_table(struct log_c *lc, struct dm_ulog_request *rq) in core_status_table()
1443 static int disk_status_table(struct log_c *lc, struct dm_ulog_request *rq) in disk_status_table()
1470 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_status_table()
1498 struct log_c *lc = get_log(rq->uuid, rq->luid); in clog_is_remote_recovering()
1683 struct log_c *lc; in push_state()
1743 struct log_c *lc; in pull_state()
1795 struct log_c *lc; in log_get_state()
1819 struct log_c *lc; in log_debug()