Lines Matching defs:bio
11 #include <linux/bio.h>
216 * fsverity_verify_bio() - verify a 'read' bio that has just completed
217 * @bio: the bio to verify
230 void fsverity_verify_bio(struct bio *bio)
232 struct inode *inode = bio_first_page_all(bio)->mapping->host;
243 if (bio->bi_opf & REQ_RAHEAD) {
245 * If this bio is for data readahead, then we also do readahead
253 bio_for_each_segment_all(bv, bio, iter_all)
258 bio_for_each_segment_all(bv, bio, iter_all) {