Searched refs:bch_keybuf_check_overlapping (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.h | 408 bool bch_keybuf_check_overlapping(struct keybuf *buf, struct bkey *start,
|
H A D | request.c | 979 bch_keybuf_check_overlapping(&s->iop.c->moving_gc_keys, &start, &end); in cached_dev_write() 982 if (bch_keybuf_check_overlapping(&dc->writeback_keys, &start, &end)) { in cached_dev_write() 1305 bch_keybuf_check_overlapping(&s->iop.c->moving_gc_keys, in flash_dev_submit_bio()
|
H A D | btree.c | 2708 bool bch_keybuf_check_overlapping(struct keybuf *buf, struct bkey *start, in bch_keybuf_check_overlapping() function
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.h | 408 bool bch_keybuf_check_overlapping(struct keybuf *buf, struct bkey *start,
|
H A D | request.c | 974 bch_keybuf_check_overlapping(&s->iop.c->moving_gc_keys, &start, &end); in cached_dev_write() 977 if (bch_keybuf_check_overlapping(&dc->writeback_keys, &start, &end)) { in cached_dev_write() 1305 bch_keybuf_check_overlapping(&s->iop.c->moving_gc_keys, in flash_dev_submit_bio()
|
H A D | btree.c | 2729 bool bch_keybuf_check_overlapping(struct keybuf *buf, struct bkey *start, in bch_keybuf_check_overlapping() function
|
Completed in 12 milliseconds