Searched refs:strtoul_or_return (Results 1 – 2 of 2) sorted by relevance
225 strtoul_or_return(buf)) in STORE()591 bool sync = strtoul_or_return(buf); in STORE()623 sc.nr_to_scan = strtoul_or_return(buf); in STORE()642 c->error_limit = strtoul_or_return(buf) << IO_ERROR_SHIFT; in STORE()646 c->error_decay = strtoul_or_return(buf) / 88; in STORE()846 bool v = strtoul_or_return(buf); in STORE()
88 #define strtoul_or_return(cp) \ macro