Lines Matching refs:sysfs_strtoul_clamp
281 #define d_strtoul_nonzero(var) sysfs_strtoul_clamp(var, dc->var, 1, INT_MAX) in STORE()
289 sysfs_strtoul_clamp(writeback_delay, dc->writeback_delay, 0, UINT_MAX); in STORE()
291 sysfs_strtoul_clamp(writeback_percent, dc->writeback_percent, in STORE()
308 sysfs_strtoul_clamp(writeback_rate_update_seconds, in STORE()
311 sysfs_strtoul_clamp(writeback_rate_i_term_inverse, in STORE()
314 sysfs_strtoul_clamp(writeback_rate_p_term_inverse, in STORE()
317 sysfs_strtoul_clamp(writeback_rate_minimum, in STORE()
321 sysfs_strtoul_clamp(io_error_limit, dc->error_limit, 0, INT_MAX); in STORE()
329 sysfs_strtoul_clamp(sequential_cutoff, in STORE()
815 sysfs_strtoul_clamp(congested_read_threshold_us, in STORE()
818 sysfs_strtoul_clamp(congested_write_threshold_us, in STORE()
830 sysfs_strtoul_clamp(io_error_limit, c->error_limit, 0, UINT_MAX); in STORE()
858 sysfs_strtoul_clamp(journal_delay_ms, in STORE()
872 sysfs_strtoul_clamp(gc_after_writeback, c->gc_after_writeback, 0, 1); in STORE()