Home
last modified time | relevance | path

Searched refs:strtoul_or_return (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/bcache/
H A Dsysfs.h99 unsigned long v = strtoul_or_return(buf); \
120 #define strtoul_or_return(cp) \ macro
H A Dsysfs.c358 int v = strtoul_or_return(buf); in STORE()
371 strtoul_or_return(buf)) { in STORE()
830 bool sync = strtoul_or_return(buf); in STORE()
864 sc.nr_to_scan = strtoul_or_return(buf); in STORE()
900 v = strtoul_or_return(buf); in STORE()
1148 bool v = strtoul_or_return(buf); in STORE()
/linux/fs/bcachefs/
H A Dsysfs.c132 #define strtoul_or_return(cp) \ macro
426 sc.nr_to_scan = strtoul_or_return(buf); in STORE()
434 sc.nr_to_scan = strtoul_or_return(buf); in STORE()
814 bool v = strtoul_or_return(buf); in STORE()
820 u64 v = strtoul_or_return(buf); in STORE()