Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dbuffered-io.c1545 struct bio *bio = &ioend->io_bio; in iomap_finish_ioend()
1606 if (ioend->io_bio.bi_status != next->io_bio.bi_status) in iomap_ioend_can_merge()
1701 wpc->ioend->io_bio.bi_status = errno_to_blk_status(error); in iomap_submit_ioend()
1702 bio_endio(&wpc->ioend->io_bio); in iomap_submit_ioend()
1704 submit_bio(&wpc->ioend->io_bio); in iomap_submit_ioend()
1752 bio_end_sector(&wpc->ioend->io_bio)) in iomap_can_add_to_ioend()
1792 if (!bio_add_folio(&wpc->ioend->io_bio, folio, len, poff)) in iomap_add_to_ioend()
2069 offsetof(struct iomap_ioend, io_bio), in iomap_buffered_init()
/linux/include/linux/
H A Diomap.h341 struct bio io_bio; /* MUST BE LAST! */ member
346 return container_of(bio, struct iomap_ioend, io_bio); in iomap_ioend_from_bio()
/linux/fs/xfs/
H A Dxfs_aops.c116 error = blk_status_to_errno(ioend->io_bio.bi_status); in xfs_end_ioend()
423 ioend->io_bio.bi_end_io = xfs_end_bio; in xfs_prepare_ioend()
/linux/fs/ext4/
H A Dext4.h307 struct bio *io_bio; member