Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Ddebug.h12 void bch_data_verify(struct cached_dev *dc, struct bio *bio);
21 static inline void bch_data_verify(struct cached_dev *dc, struct bio *bio) {} in bch_data_verify() function
H A Ddebug.c108 void bch_data_verify(struct cached_dev *dc, struct bio *bio) in bch_data_verify() function
H A Drequest.c847 bch_data_verify(dc, s->orig_bio); in cached_dev_read_done()