Searched defs:ioend (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_aops.c | 36 static inline bool xfs_ioend_is_append(struct iomap_ioend *ioend) in xfs_ioend_is_append() 44 struct iomap_ioend *ioend) in xfs_setfilesize_trans_alloc() 117 struct iomap_ioend *ioend, in xfs_setfilesize_ioend() 145 struct iomap_ioend *ioend) in xfs_end_ioend() 203 struct iomap_ioend *ioend, in xfs_ioend_merge_private() 221 struct iomap_ioend *ioend; in xfs_end_io() local 238 static inline bool xfs_ioend_needs_workqueue(struct iomap_ioend *ioend) in xfs_ioend_needs_workqueue() 249 struct iomap_ioend *ioend = bio->bi_private; in xfs_end_bio() local 486 struct iomap_ioend *ioend, in xfs_prepare_ioend()
|
/kernel/linux/linux-5.10/fs/iomap/ |
D | buffered-io.c | 1064 iomap_finish_ioend(struct iomap_ioend *ioend, int error) in iomap_finish_ioend() 1102 iomap_finish_ioends(struct iomap_ioend *ioend, int error) in iomap_finish_ioends() 1121 iomap_ioend_can_merge(struct iomap_ioend *ioend, struct iomap_ioend *next) in iomap_ioend_can_merge() 1137 iomap_ioend_try_merge(struct iomap_ioend *ioend, struct list_head *more_ioends, in iomap_ioend_try_merge() 1138 void (*merge_private)(struct iomap_ioend *ioend, in iomap_ioend_try_merge() 1180 struct iomap_ioend *ioend = bio->bi_private; in iomap_writepage_end_bio() local 1194 iomap_submit_ioend(struct iomap_writepage_ctx *wpc, struct iomap_ioend *ioend, in iomap_submit_ioend() 1222 struct iomap_ioend *ioend; in iomap_alloc_ioend() local 1343 struct iomap_ioend *ioend, *next; in iomap_writepage_map() local
|
/kernel/linux/linux-5.10/include/linux/ |
D | iomap.h | 229 struct iomap_ioend *ioend; member
|