Searched refs:bch_cutoff_writeback_sync (Results 1 – 2 of 2) sorted by relevance
100 extern unsigned int bch_cutoff_writeback_sync;109 in_use > bch_cutoff_writeback_sync) in should_writeback()
30 unsigned int bch_cutoff_writeback_sync; variable 2860 if (bch_cutoff_writeback_sync == 0) in check_module_parameters() 2861 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters() 2862 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters() 2863 pr_warn("set bch_cutoff_writeback_sync (%u) to max value %u\n", in check_module_parameters() 2864 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters() 2865 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters() 2876 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters() 2878 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters() 2879 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters() [all...]