strtoul_or_return  336 drivers/md/bcache/sysfs.c 		int v = strtoul_or_return(buf);
strtoul_or_return  350 drivers/md/bcache/sysfs.c 	    strtoul_or_return(buf)) {
strtoul_or_return  799 drivers/md/bcache/sysfs.c 		bool sync = strtoul_or_return(buf);
strtoul_or_return  833 drivers/md/bcache/sysfs.c 		sc.nr_to_scan = strtoul_or_return(buf);
strtoul_or_return  868 drivers/md/bcache/sysfs.c 		v = strtoul_or_return(buf);
strtoul_or_return 1106 drivers/md/bcache/sysfs.c 		bool v = strtoul_or_return(buf);
strtoul_or_return   85 drivers/md/bcache/sysfs.h 		unsigned long v = strtoul_or_return(buf);		\