Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/bcache/
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
Ddebug.c108 void bch_data_verify(struct cached_dev *dc, struct bio *bio) in bch_data_verify() function
Drequest.c847 bch_data_verify(dc, s->orig_bio); in cached_dev_read_done()