Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Drequest.c358 static struct hlist_head *iohash(struct cached_dev *dc, uint64_t k) in iohash() function
416 hlist_for_each_entry(i, iohash(dc, bio->bi_iter.bi_sector), hash) in check_should_bypass()
434 hlist_add_head(&i->hash, iohash(dc, i->last)); in check_should_bypass()