Searched refs:iomap_ioend (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/iomap/ |
| H A D | ioend.c | 15 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 D | internal.h | 7 u32 iomap_finish_ioend_direct(struct iomap_ioend *ioend);
|
| H A D | direct-io.c | 233 u32 iomap_finish_ioend_direct(struct iomap_ioend *ioend) in iomap_finish_ioend_direct()
|
| /linux/include/linux/ |
| H A D | iomap.h | 412 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 D | xfs_zone_alloc.h | 5 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 D | xfs_aops.c | 41 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 D | xfs_zone_alloc.c | 784 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 D | xfs_file.c | 641 struct iomap_ioend *ioend; in xfs_dio_zoned_submit_io()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 381 completes, iomap creates chains of ``struct iomap_ioend`` objects that
|