bch_keybuf_next 2631 drivers/md/bcache/btree.c ret = bch_keybuf_next(buf); bch_keybuf_next 328 drivers/md/bcache/btree.h struct keybuf_key *bch_keybuf_next(struct keybuf *buf); bch_keybuf_next 412 drivers/md/bcache/writeback.c next = bch_keybuf_next(&dc->writeback_keys); bch_keybuf_next 452 drivers/md/bcache/writeback.c } while ((next = bch_keybuf_next(&dc->writeback_keys)));