Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/bcache/
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,
Dbtree.c1787 struct keybuf_key *w, *n; in bch_btree_gc_finish()
2631 static inline int keybuf_cmp(struct keybuf_key *l, struct keybuf_key *r) in keybuf_cmp()
2641 static inline int keybuf_nonoverlapping_cmp(struct keybuf_key *l, in keybuf_nonoverlapping_cmp()
2642 struct keybuf_key *r) in keybuf_nonoverlapping_cmp()
2671 struct keybuf_key *w; in refill_keybuf_fn()
2724 struct keybuf_key *w; in bch_refill_keybuf()
2726 w = RB_FIRST(&buf->keys, struct keybuf_key, node); in bch_refill_keybuf()
2729 w = RB_LAST(&buf->keys, struct keybuf_key, node); in bch_refill_keybuf()
2739 static void __bch_keybuf_del(struct keybuf *buf, struct keybuf_key *w) in __bch_keybuf_del()
2745 void bch_keybuf_del(struct keybuf *buf, struct keybuf_key *w) in bch_keybuf_del()
[all …]
Dwriteback.c329 static void dirty_init(struct keybuf_key *w) in dirty_init()
354 struct keybuf_key *w = io->bio.bi_private; in CLOSURE_CALLBACK()
392 struct keybuf_key *w = bio->bi_private; in dirty_endio()
406 struct keybuf_key *w = io->bio.bi_private; in CLOSURE_CALLBACK()
454 struct keybuf_key *w = bio->bi_private; in read_dirty_endio()
477 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.h226 struct keybuf_key { struct
247 DECLARE_ARRAY_ALLOCATOR(struct keybuf_key, freelist, KEYBUF_NR); argument
Ddebug.c180 struct keybuf_key *w; in bch_dump_read()