Searched refs:iomap_ioend (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | iomap.h | 287 struct iomap_ioend { struct 314 int (*prepare_ioend)(struct iomap_ioend *ioend, int status); argument 325 struct iomap_ioend *ioend; 329 void iomap_finish_ioends(struct iomap_ioend *ioend, int error); 330 void iomap_ioend_try_merge(struct iomap_ioend *ioend,
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_aops.c | 38 static inline bool xfs_ioend_is_append(struct iomap_ioend *ioend) in xfs_ioend_is_append() 84 struct iomap_ioend *ioend) in xfs_end_ioend() 160 struct iomap_ioend *ioend; in xfs_end_io() 169 while ((ioend = list_first_entry_or_null(&tmp, struct iomap_ioend, in xfs_end_io() 182 struct iomap_ioend *ioend = bio->bi_private; in xfs_end_bio() 424 struct iomap_ioend *ioend, in xfs_prepare_ioend()
|
/linux-6.3-rc2/fs/iomap/ |
A D | buffered-io.c | 1320 iomap_finish_ioend(struct iomap_ioend *ioend, int error) in iomap_finish_ioend() 1369 iomap_finish_ioends(struct iomap_ioend *ioend, int error) in iomap_finish_ioends() 1395 iomap_ioend_can_merge(struct iomap_ioend *ioend, struct iomap_ioend *next) in iomap_ioend_can_merge() 1425 struct iomap_ioend *next; in iomap_ioend_try_merge() 1443 struct iomap_ioend *ia = container_of(a, struct iomap_ioend, io_list); in iomap_ioend_compare() 1444 struct iomap_ioend *ib = container_of(b, struct iomap_ioend, io_list); in iomap_ioend_compare() 1462 struct iomap_ioend *ioend = bio->bi_private; in iomap_writepage_end_bio() 1500 static struct iomap_ioend * 1504 struct iomap_ioend *ioend; in iomap_alloc_ioend() 1623 struct iomap_ioend *ioend, *next; in iomap_writepage_map() [all …]
|
Completed in 10 milliseconds