Lines Matching refs:iomap_ioend
1065 iomap_finish_ioend(struct iomap_ioend *ioend, int error) in iomap_finish_ioend()
1103 iomap_finish_ioends(struct iomap_ioend *ioend, int error) in iomap_finish_ioends()
1111 ioend = list_first_entry(&tmp, struct iomap_ioend, io_list); in iomap_finish_ioends()
1122 iomap_ioend_can_merge(struct iomap_ioend *ioend, struct iomap_ioend *next) in iomap_ioend_can_merge()
1138 iomap_ioend_try_merge(struct iomap_ioend *ioend, struct list_head *more_ioends, in iomap_ioend_try_merge()
1139 void (*merge_private)(struct iomap_ioend *ioend, in iomap_ioend_try_merge()
1140 struct iomap_ioend *next)) in iomap_ioend_try_merge()
1142 struct iomap_ioend *next; in iomap_ioend_try_merge()
1146 while ((next = list_first_entry_or_null(more_ioends, struct iomap_ioend, in iomap_ioend_try_merge()
1162 struct iomap_ioend *ia = container_of(a, struct iomap_ioend, io_list); in iomap_ioend_compare()
1163 struct iomap_ioend *ib = container_of(b, struct iomap_ioend, io_list); in iomap_ioend_compare()
1181 struct iomap_ioend *ioend = bio->bi_private; in iomap_writepage_end_bio()
1195 iomap_submit_ioend(struct iomap_writepage_ctx *wpc, struct iomap_ioend *ioend, in iomap_submit_ioend()
1219 static struct iomap_ioend *
1223 struct iomap_ioend *ioend; in iomap_alloc_ioend()
1233 ioend = container_of(bio, struct iomap_ioend, io_inline_bio); in iomap_alloc_ioend()
1344 struct iomap_ioend *ioend, *next; in iomap_writepage_map()
1570 offsetof(struct iomap_ioend, io_inline_bio), in iomap_init()