Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dsysfs.c198 #define d_strtoul(var) sysfs_strtoul(var, dc->var) in STORE()
202 sysfs_strtoul(data_csum, dc->disk.data_csum); in STORE()
366 sysfs_strtoul(data_csum, d->data_csum); in STORE()
627 sysfs_strtoul(congested_read_threshold_us, in STORE()
629 sysfs_strtoul(congested_write_threshold_us, in STORE()
648 sysfs_strtoul(journal_delay_ms, c->journal_delay_ms); in STORE()
649 sysfs_strtoul(verify, c->verify); in STORE()
650 sysfs_strtoul(key_merging_disabled, c->key_merging_disabled); in STORE()
651 sysfs_strtoul(expensive_debug_checks, c->expensive_debug_checks); in STORE()
652 sysfs_strtoul(gc_always_rewrite, c->gc_always_rewrite); in STORE()
[all …]
Dsysfs.h75 #define sysfs_strtoul(file, var) \ macro