Home
last modified time | relevance | path

Searched refs:strtoul_or_return (Results 1 – 2 of 2) 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.c357 int v = strtoul_or_return(buf); in STORE()
370 strtoul_or_return(buf)) { in STORE()
827 bool sync = strtoul_or_return(buf); in STORE()
861 sc.nr_to_scan = strtoul_or_return(buf); in STORE()
897 v = strtoul_or_return(buf); in STORE()