Searched refs:iomap_ioend (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | iomap.h | 256 struct iomap_ioend { struct 281 int (*prepare_ioend)(struct iomap_ioend *ioend, int status); argument 292 struct iomap_ioend *ioend; 296 void iomap_finish_ioends(struct iomap_ioend *ioend, int error); 297 void iomap_ioend_try_merge(struct iomap_ioend *ioend,
|
| /Linux-v5.15/fs/iomap/ |
| D | buffered-io.c | 1026 iomap_finish_ioend(struct iomap_ioend *ioend, int error) in iomap_finish_ioend() 1064 iomap_finish_ioends(struct iomap_ioend *ioend, int error) in iomap_finish_ioends() 1072 ioend = list_first_entry(&tmp, struct iomap_ioend, io_list); in iomap_finish_ioends() 1083 iomap_ioend_can_merge(struct iomap_ioend *ioend, struct iomap_ioend *next) in iomap_ioend_can_merge() 1099 iomap_ioend_try_merge(struct iomap_ioend *ioend, struct list_head *more_ioends) in iomap_ioend_try_merge() 1101 struct iomap_ioend *next; in iomap_ioend_try_merge() 1105 while ((next = list_first_entry_or_null(more_ioends, struct iomap_ioend, in iomap_ioend_try_merge() 1119 struct iomap_ioend *ia = container_of(a, struct iomap_ioend, io_list); in iomap_ioend_compare() 1120 struct iomap_ioend *ib = container_of(b, struct iomap_ioend, io_list); in iomap_ioend_compare() 1138 struct iomap_ioend *ioend = bio->bi_private; in iomap_writepage_end_bio() [all …]
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_aops.c | 36 static inline bool xfs_ioend_is_append(struct iomap_ioend *ioend) in xfs_ioend_is_append() 82 struct iomap_ioend *ioend) in xfs_end_ioend() 137 struct iomap_ioend *ioend; in xfs_end_io() 146 while ((ioend = list_first_entry_or_null(&tmp, struct iomap_ioend, in xfs_end_io() 158 struct iomap_ioend *ioend = bio->bi_private; in xfs_end_bio() 392 struct iomap_ioend *ioend, in xfs_prepare_ioend()
|