Home
last modified time | relevance | path

Searched refs:bch_keybuf_next (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/md/bcache/
H A Dbtree.h411 struct keybuf_key *bch_keybuf_next(struct keybuf *buf);
H A Dwriteback.c493 next = bch_keybuf_next(&dc->writeback_keys); in read_dirty()
533 } while ((next = bch_keybuf_next(&dc->writeback_keys))); in read_dirty()
H A Dbtree.c2781 struct keybuf_key *bch_keybuf_next(struct keybuf *buf) in bch_keybuf_next() function
2807 ret = bch_keybuf_next(buf); in bch_keybuf_next_rescan()