Searched refs:keybuf_key (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/bcache/ |
| H A D | btree.h | 410 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 D | btree.c | 1780 struct keybuf_key *w, *n; in bch_btree_gc_finish() 2617 static inline int keybuf_cmp(struct keybuf_key *l, struct keybuf_key *r) in keybuf_cmp() 2627 static inline int keybuf_nonoverlapping_cmp(struct keybuf_key *l, in keybuf_nonoverlapping_cmp() 2628 struct keybuf_key *r) in keybuf_nonoverlapping_cmp() 2657 struct keybuf_key *w; in refill_keybuf_fn() 2710 struct keybuf_key *w; in bch_refill_keybuf() 2712 w = RB_FIRST(&buf->keys, struct keybuf_key, node); in bch_refill_keybuf() 2715 w = RB_LAST(&buf->keys, struct keybuf_key, node); in bch_refill_keybuf() 2725 static void __bch_keybuf_del(struct keybuf *buf, struct keybuf_key *w) in __bch_keybuf_del() 2731 void bch_keybuf_del(struct keybuf *buf, struct keybuf_key *w) in bch_keybuf_del() [all …]
|
| H A D | bcache.h | 226 struct keybuf_key { struct 247 DECLARE_ARRAY_ALLOCATOR(struct keybuf_key, freelist, KEYBUF_NR); argument
|
| H A D | debug.c | 179 struct keybuf_key *w; in bch_dump_read()
|