Lines Matching refs:sysfs_strtoul_clamp
304 #define d_strtoul_nonzero(var) sysfs_strtoul_clamp(var, dc->var, 1, INT_MAX) in STORE()
313 sysfs_strtoul_clamp(writeback_delay, dc->writeback_delay, 0, UINT_MAX); in STORE()
315 sysfs_strtoul_clamp(writeback_percent, dc->writeback_percent, in STORE()
332 sysfs_strtoul_clamp(writeback_rate_update_seconds, in STORE()
335 sysfs_strtoul_clamp(writeback_rate_i_term_inverse, in STORE()
338 sysfs_strtoul_clamp(writeback_rate_p_term_inverse, in STORE()
341 sysfs_strtoul_clamp(writeback_rate_fp_term_low, in STORE()
344 sysfs_strtoul_clamp(writeback_rate_fp_term_mid, in STORE()
348 sysfs_strtoul_clamp(writeback_rate_fp_term_high, in STORE()
351 sysfs_strtoul_clamp(writeback_rate_minimum, in STORE()
355 sysfs_strtoul_clamp(io_error_limit, dc->error_limit, 0, INT_MAX); in STORE()
363 sysfs_strtoul_clamp(sequential_cutoff, in STORE()
872 sysfs_strtoul_clamp(congested_read_threshold_us, in STORE()
875 sysfs_strtoul_clamp(congested_write_threshold_us, in STORE()
887 sysfs_strtoul_clamp(io_error_limit, c->error_limit, 0, UINT_MAX); in STORE()
915 sysfs_strtoul_clamp(journal_delay_ms, in STORE()
932 sysfs_strtoul_clamp(gc_after_writeback, c->gc_after_writeback, 0, 1); in STORE()