Home
last modified time | relevance | path

Searched refs:r5c_is_writeback (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/md/
Draid5-log.h14 extern bool r5c_is_writeback(struct r5l_log *log);
Draid5-cache.c261 bool r5c_is_writeback(struct r5l_log *log) in r5c_is_writeback() function
342 if (!r5c_is_writeback(conf->log)) in r5c_check_stripe_cache_usage()
367 if (!r5c_is_writeback(conf->log)) in r5c_check_cached_full_stripe()
412 if (!r5c_is_writeback(log)) in r5c_log_required_to_flush_cache()
434 if (!r5c_is_writeback(log)) in r5c_update_log_state()
465 BUG_ON(!r5c_is_writeback(log)); in r5c_make_stripe_write_out()
1443 if (!r5c_is_writeback(log)) in r5c_do_reclaim()
2646 BUG_ON(!r5c_is_writeback(log)); in r5c_try_caching_write()
Draid5.c230 if (r5c_is_writeback(conf->log)) in do_release_stripe()
242 (conf->quiesce && r5c_is_writeback(conf->log) && in do_release_stripe()
280 if (!r5c_is_writeback(conf->log)) in do_release_stripe()
1670 if (r5c_is_writeback(sh->raid_conf->log)) in ops_complete_prexor()
1776 r5c_is_writeback(conf->log)); in ops_run_biodrain()
1778 !r5c_is_writeback(conf->log)) { in ops_run_biodrain()
4847 if (!r5c_is_writeback(conf->log)) { in handle_stripe()
5317 bool second_try = !r5c_is_writeback(conf->log) && in __get_priority_stripe()