Home
last modified time | relevance | path

Searched refs:iomap_ioend (Results 1 – 9 of 9) sorted by relevance

/linux/fs/iomap/
H A Dioend.c15 struct iomap_ioend *iomap_init_ioend(struct inode *inode, in iomap_init_ioend()
18 struct iomap_ioend *ioend = iomap_ioend_from_bio(bio); in iomap_init_ioend()
39 static u32 iomap_finish_ioend_buffered(struct iomap_ioend *ioend) in iomap_finish_ioend_buffered()
68 struct iomap_ioend *ioend = iomap_ioend_from_bio(bio); in ioend_writeback_end_bio()
81 struct iomap_ioend *ioend = wpc->wb_ctx; in iomap_ioend_writeback_submit()
100 static struct iomap_ioend *iomap_alloc_ioend(struct iomap_writepage_ctx *wpc, in iomap_alloc_ioend()
118 struct iomap_ioend *ioend = wpc->wb_ctx; in iomap_can_add_to_ioend()
154 struct iomap_ioend *ioend = wpc->wb_ctx; in iomap_add_to_ioend()
247 static u32 iomap_finish_ioend(struct iomap_ioend *ioend, int error) in iomap_finish_ioend()
274 void iomap_finish_ioends(struct iomap_ioend *ioend, int error) in iomap_finish_ioends()
[all …]
H A Dinternal.h7 u32 iomap_finish_ioend_direct(struct iomap_ioend *ioend);
H A Ddirect-io.c233 u32 iomap_finish_ioend_direct(struct iomap_ioend *ioend) in iomap_finish_ioend_direct()
/linux/include/linux/
H A Diomap.h412 struct iomap_ioend { struct
419 struct iomap_ioend *io_parent; /* parent for completions */ argument
426 static inline struct iomap_ioend *iomap_ioend_from_bio(struct bio *bio) in iomap_ioend_from_bio() argument
428 return container_of(bio, struct iomap_ioend, io_bio); in iomap_ioend_from_bio()
471 struct iomap_ioend *iomap_init_ioend(struct inode *inode, struct bio *bio,
473 struct iomap_ioend *iomap_split_ioend(struct iomap_ioend *ioend,
475 void iomap_finish_ioends(struct iomap_ioend *ioend, int error);
476 void iomap_ioend_try_merge(struct iomap_ioend *ioend,
/linux/fs/xfs/
H A Dxfs_zone_alloc.h5 struct iomap_ioend;
32 void xfs_zone_alloc_and_submit(struct iomap_ioend *ioend,
43 void xfs_mark_rtg_boundary(struct iomap_ioend *ioend);
H A Dxfs_aops.c41 static inline bool xfs_ioend_is_append(struct iomap_ioend *ioend) in xfs_ioend_is_append()
84 struct iomap_ioend *ioend) in xfs_ioend_put_open_zones()
86 struct iomap_ioend *tmp; in xfs_ioend_put_open_zones()
107 struct iomap_ioend *ioend) in xfs_end_ioend()
192 struct iomap_ioend *ioend; in xfs_end_io()
201 while ((ioend = list_first_entry_or_null(&tmp, struct iomap_ioend, in xfs_end_io()
214 struct iomap_ioend *ioend = iomap_ioend_from_bio(bio); in xfs_end_bio()
499 struct iomap_ioend *ioend) in xfs_ioend_needs_wq_completion()
521 struct iomap_ioend *ioend = wpc->wb_ctx; in xfs_writeback_submit()
652 struct iomap_ioend *ioend = wpc->wb_ctx; in xfs_zoned_writeback_submit()
H A Dxfs_zone_alloc.c784 struct iomap_ioend *ioend) in xfs_mark_rtg_boundary()
846 struct iomap_ioend *ioend, in xfs_submit_zoned_bio()
866 struct iomap_ioend *ioend, in xfs_zone_alloc_and_submit()
874 struct iomap_ioend *split; in xfs_zone_alloc_and_submit()
H A Dxfs_file.c641 struct iomap_ioend *ioend; in xfs_dio_zoned_submit_io()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst381 completes, iomap creates chains of ``struct iomap_ioend`` objects that