Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/bcache/
Dbtree.h409 void bch_keybuf_del(struct keybuf *buf, struct keybuf_key *w);
410 struct keybuf_key *bch_keybuf_next(struct keybuf *buf);
411 struct keybuf_key *bch_keybuf_next_rescan(struct cache_set *c,
Dbtree.c1743 struct keybuf_key *w, *n; in bch_btree_gc_finish()
2567 static inline int keybuf_cmp(struct keybuf_key *l, struct keybuf_key *r) in keybuf_cmp()
2577 static inline int keybuf_nonoverlapping_cmp(struct keybuf_key *l, in keybuf_nonoverlapping_cmp()
2578 struct keybuf_key *r) in keybuf_nonoverlapping_cmp()
2607 struct keybuf_key *w; in refill_keybuf_fn()
2660 struct keybuf_key *w; in bch_refill_keybuf()
2662 w = RB_FIRST(&buf->keys, struct keybuf_key, node); in bch_refill_keybuf()
2665 w = RB_LAST(&buf->keys, struct keybuf_key, node); in bch_refill_keybuf()
2675 static void __bch_keybuf_del(struct keybuf *buf, struct keybuf_key *w) in __bch_keybuf_del()
2681 void bch_keybuf_del(struct keybuf *buf, struct keybuf_key *w) in bch_keybuf_del()
[all …]
Dwriteback.c298 static void dirty_init(struct keybuf_key *w) in dirty_init()
323 struct keybuf_key *w = io->bio.bi_private; in write_dirty_finish()
361 struct keybuf_key *w = bio->bi_private; in dirty_endio()
375 struct keybuf_key *w = io->bio.bi_private; in write_dirty()
423 struct keybuf_key *w = bio->bi_private; in read_dirty_endio()
446 struct keybuf_key *next, *keys[MAX_WRITEBACKS_IN_PASS], *w; in read_dirty()
Dmovinggc.c17 struct keybuf_key *w;
128 struct keybuf_key *w; in read_moving()
Dbcache.h225 struct keybuf_key { struct
246 DECLARE_ARRAY_ALLOCATOR(struct keybuf_key, freelist, KEYBUF_NR); argument
Ddebug.c180 struct keybuf_key *w; in bch_dump_read()