Searched refs:writeback_keys (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dwriteback.c384 bch_keybuf_del(&dc->writeback_keys, w);
493 next = bch_keybuf_next(&dc->writeback_keys);
533 } while ((next = bch_keybuf_next(&dc->writeback_keys)));
584 bch_keybuf_del(&dc->writeback_keys, w);
645 writeback_keys);
654 struct keybuf *buf = &dc->writeback_keys;
703 struct keybuf *buf = &dc->writeback_keys;
776 RB_EMPTY_ROOT(&dc->writeback_keys.keys)) {
1052 bch_keybuf_init(&dc->writeback_keys);
H A Dbcache.h346 struct keybuf writeback_keys; member in struct:cached_dev
H A Dbtree.c1786 spin_lock(&dc->writeback_keys.lock);
1788 &dc->writeback_keys.keys, node)
1792 spin_unlock(&dc->writeback_keys.lock);
H A Drequest.c977 if (bch_keybuf_check_overlapping(&dc->writeback_keys, &start, &end)) {

Completed in 103 milliseconds