Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dsysfs.h90 #define sysfs_strtoul(file, var) \ macro
H A Dsysfs.c303 #define d_strtoul(var) sysfs_strtoul(var, dc->var) in STORE()
307 sysfs_strtoul(data_csum, dc->disk.data_csum); in STORE()
578 sysfs_strtoul(data_csum, d->data_csum); in STORE()
917 sysfs_strtoul(expensive_debug_checks, c->expensive_debug_checks); in STORE()
/linux/fs/bcachefs/
H A Dutil.h309 sysfs_strtoul(name##_rate_d_term, (var)->d_term); \
H A Dsysfs.c119 #define sysfs_strtoul(file, var) \ macro