Searched refs:bch_hprint (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
H A Dsysfs.c144 bch_hprint(rate, dc->writeback_rate.rate << 9); SHOW()
145 bch_hprint(dirty, bcache_dev_sectors_dirty(&dc->disk) << 9); SHOW()
146 bch_hprint(target, dc->writeback_rate_target << 9); SHOW()
147 bch_hprint(proportional,dc->writeback_rate_proportional << 9); SHOW()
148 bch_hprint(derivative, dc->writeback_rate_derivative << 9); SHOW()
149 bch_hprint(change, dc->writeback_rate_change << 9); SHOW()
H A Dsysfs.h65 ssize_t ret = bch_hprint(buf, val); \
H A Dutil.c76 ssize_t bch_hprint(char *buf, int64_t v) bch_hprint() function
H A Dutil.h373 ssize_t bch_hprint(char *buf, int64_t v);

Completed in 115 milliseconds