Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dsysfs.h99 unsigned long v = strtoul_or_return(buf); \
120 #define strtoul_or_return(cp) \ macro
Dsysfs.c358 int v = strtoul_or_return(buf); in STORE()
371 strtoul_or_return(buf)) { in STORE()
834 bool sync = strtoul_or_return(buf); in STORE()
868 sc.nr_to_scan = strtoul_or_return(buf); in STORE()
903 v = strtoul_or_return(buf); in STORE()
1152 bool v = strtoul_or_return(buf); in STORE()