Home
last modified time | relevance | path

Searched refs:keybuf_key (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/bcache/
H A Dbtree.h410 void bch_keybuf_del(struct keybuf *buf, struct keybuf_key *w);
411 struct keybuf_key *bch_keybuf_next(struct keybuf *buf);
412 struct keybuf_key *bch_keybuf_next_rescan(struct cache_set *c,
H A Dbcache.h226 struct keybuf_key { struct
247 DECLARE_ARRAY_ALLOCATOR(struct keybuf_key, freelist, KEYBUF_NR); argument