Lines Matching refs:bch_cutoff_writeback_sync
30 unsigned int bch_cutoff_writeback_sync; variable
2830 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2831 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2832 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2834 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2835 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2846 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2848 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2849 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
2927 module_param(bch_cutoff_writeback_sync, uint, 0);
2928 MODULE_PARM_DESC(bch_cutoff_writeback_sync, "hard threshold to cutoff writeback");