Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dsysfs.c292 int v = strtoul_or_return(buf); in STORE()
304 strtoul_or_return(buf)) in STORE()
699 bool sync = strtoul_or_return(buf); in STORE()
746 sc.nr_to_scan = strtoul_or_return(buf); in STORE()
764 c->error_limit = strtoul_or_return(buf); in STORE()
768 c->error_decay = strtoul_or_return(buf) / 88; in STORE()
771 v = strtoul_or_return(buf); in STORE()
991 bool v = strtoul_or_return(buf); in STORE()
Dsysfs.h89 #define strtoul_or_return(cp) \ macro