Searched refs:r5l_log (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/md/ |
| H A D | raid5-log.h | 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);
|
| H A D | raid5-cache.c | 82 struct r5l_log { struct 210 struct r5l_log *log; 250 bool r5c_is_writeback(struct r5l_log *log) in r5c_is_writeback() 561 struct r5l_log *log = io->log; in r5l_log_endio() 660 struct r5l_log *log = container_of(work, struct r5l_log, in r5l_submit_io_async() 681 struct r5l_log *log = container_of(work, struct r5l_log, in r5c_disable_writeback_async() 1221 struct r5l_log *log = io->log; in __r5l_stripe_write_finished() 1254 struct r5l_log *log = container_of(bio, struct r5l_log, in r5l_log_flush_endio() 3016 int r5l_start(struct r5l_log *log) in r5l_start() 3049 struct r5l_log *log; in r5l_init_log() [all …]
|
| H A D | raid5.h | 683 struct r5l_log *log;
|