bch_strtouint_h   291 drivers/md/bcache/util.h int bch_strtouint_h(const char *cp, unsigned int *res);
bch_strtouint_h   307 drivers/md/bcache/util.h 	return bch_strtouint_h(cp, (unsigned int *) res);
bch_strtouint_h   321 drivers/md/bcache/util.h 	? bch_strtouint_h(cp, (void *) res)				\