Searched refs:r5l_log (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/md/ |
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);
|
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() 256 static sector_t r5l_ring_add(struct r5l_log *log, sector_t start, sector_t inc) in r5l_ring_add() 264 static sector_t r5l_ring_distance(struct r5l_log *log, sector_t start, in r5l_ring_distance() 273 static bool r5l_has_free_space(struct r5l_log *log, sector_t size) in r5l_has_free_space() 324 void r5l_wake_reclaim(struct r5l_log *log, sector_t space); 399 struct r5l_log *log = conf->log; in r5c_log_required_to_flush_cache() 416 static inline void r5c_update_log_state(struct r5l_log *log) in r5c_update_log_state() 452 struct r5l_log *log = conf->log; in r5c_make_stripe_write_out() [all …]
|
D | raid5.h | 687 struct r5l_log *log;
|