Lines Matching full:log
7 int r5l_write_stripe(struct r5l_log *log, struct stripe_head *head_sh);
8 void r5l_write_stripe_run(struct r5l_log *log);
9 void r5l_flush_stripe_to_raid(struct r5l_log *log);
11 int r5l_handle_flush_request(struct r5l_log *log, struct bio *bio);
12 void r5l_quiesce(struct r5l_log *log, int quiesce);
14 bool r5c_is_writeback(struct r5l_log *log);
21 void r5l_wake_reclaim(struct r5l_log *log, sector_t space);
24 int r5c_cache_data(struct r5l_log *log, struct stripe_head *sh);
32 int r5l_start(struct r5l_log *log);
61 if (conf->log) { in log_stripe()
66 return r5l_write_stripe(conf->log, sh); in log_stripe()
69 return r5c_cache_data(conf->log, sh); in log_stripe()
82 if (conf->log) in log_stripe_write_finished()
90 if (conf->log) in log_write_stripe_run()
91 r5l_write_stripe_run(conf->log); in log_write_stripe_run()
98 if (conf->log) in log_flush_stripe_to_raid()
99 r5l_flush_stripe_to_raid(conf->log); in log_flush_stripe_to_raid()
108 if (conf->log) in log_handle_flush_request()
109 ret = r5l_handle_flush_request(conf->log, bio); in log_handle_flush_request()
118 if (conf->log) in log_quiesce()
119 r5l_quiesce(conf->log, quiesce); in log_quiesce()
126 if (conf->log) in log_exit()