Searched refs:outgoing_bio (Results 1 – 1 of 1) sorted by relevance
2544 struct bio *outgoing_bio; in dm_integrity_inline_recheck() local2559 outgoing_bio = bio_alloc_bioset(ic->dev->bdev, 1, REQ_OP_READ, GFP_NOIO, &ic->recheck_bios); in dm_integrity_inline_recheck()2563 bio_put(outgoing_bio); in dm_integrity_inline_recheck()2569 bip = bio_integrity_alloc(outgoing_bio, GFP_NOIO, 1); in dm_integrity_inline_recheck()2571 bio_put(outgoing_bio); in dm_integrity_inline_recheck()2577 r = bio_integrity_add_page(outgoing_bio, virt_to_page(dio->integrity_payload), ic->tuple_size, 0); in dm_integrity_inline_recheck()2579 bio_put(outgoing_bio); in dm_integrity_inline_recheck()2585 outgoing_bio->bi_iter.bi_sector = dio->bio_details.bi_iter.bi_sector + ic->start + SB_SECTORS; in dm_integrity_inline_recheck()2587 r = submit_bio_wait(outgoing_bio); in dm_integrity_inline_recheck()2589 bio_put(outgoing_bio); in dm_integrity_inline_recheck()[all …]