bch_hprint        218 drivers/md/bcache/sysfs.c 		bch_hprint(rate,
bch_hprint        221 drivers/md/bcache/sysfs.c 		bch_hprint(dirty, bcache_dev_sectors_dirty(&dc->disk) << 9);
bch_hprint        222 drivers/md/bcache/sysfs.c 		bch_hprint(target, dc->writeback_rate_target << 9);
bch_hprint        223 drivers/md/bcache/sysfs.c 		bch_hprint(proportional,
bch_hprint        225 drivers/md/bcache/sysfs.c 		bch_hprint(integral,
bch_hprint        227 drivers/md/bcache/sysfs.c 		bch_hprint(change, wb ? dc->writeback_rate_change << 9 : 0);
bch_hprint         66 drivers/md/bcache/sysfs.h 		ssize_t ret = bch_hprint(buf, val);			\
bch_hprint         92 drivers/md/bcache/util.c ssize_t bch_hprint(char *buf, int64_t v)
bch_hprint        362 drivers/md/bcache/util.h ssize_t bch_hprint(char *buf, int64_t v);