Lines Matching refs:bch_cutoff_writeback_sync
30 unsigned int bch_cutoff_writeback_sync;
2860 if (bch_cutoff_writeback_sync == 0)
2861 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC;
2862 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) {
2863 pr_warn("set bch_cutoff_writeback_sync (%u) to max value %u\n",
2864 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX);
2865 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX;
2876 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) {
2878 bch_cutoff_writeback, bch_cutoff_writeback_sync);
2879 bch_cutoff_writeback = bch_cutoff_writeback_sync;
2956 module_param(bch_cutoff_writeback_sync, uint, 0);
2957 MODULE_PARM_DESC(bch_cutoff_writeback_sync, "hard threshold to cutoff writeback");