Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsysfs.h85 unsigned long v = strtoul_or_return(buf); \
106 #define strtoul_or_return(cp) \ macro
H A Dsysfs.c341 int v = strtoul_or_return(buf); in STORE()
355 strtoul_or_return(buf)) { in STORE()
813 bool sync = strtoul_or_return(buf); in STORE()
847 sc.nr_to_scan = strtoul_or_return(buf); in STORE()
882 v = strtoul_or_return(buf); in STORE()
1127 bool v = strtoul_or_return(buf); in STORE()