Home
last modified time | relevance | path

Searched refs:sysfs_strtoul (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/md/bcache/
Dsysfs.c256 #define d_strtoul(var) sysfs_strtoul(var, dc->var) in STORE()
260 sysfs_strtoul(data_csum, dc->disk.data_csum); in STORE()
461 sysfs_strtoul(data_csum, d->data_csum); in STORE()
750 sysfs_strtoul(congested_read_threshold_us, in STORE()
752 sysfs_strtoul(congested_write_threshold_us, in STORE()
783 sysfs_strtoul(journal_delay_ms, c->journal_delay_ms); in STORE()
784 sysfs_strtoul(verify, c->verify); in STORE()
785 sysfs_strtoul(key_merging_disabled, c->key_merging_disabled); in STORE()
786 sysfs_strtoul(expensive_debug_checks, c->expensive_debug_checks); in STORE()
787 sysfs_strtoul(gc_always_rewrite, c->gc_always_rewrite); in STORE()
[all …]
Dsysfs.h76 #define sysfs_strtoul(file, var) \ macro