Lines Matching refs:xfs_ioend
33 struct xfs_ioend *ioend;
89 struct xfs_ioend *ioend, in xfs_destroy_ioend()
126 static inline bool xfs_ioend_is_append(struct xfs_ioend *ioend) in xfs_ioend_is_append()
134 struct xfs_ioend *ioend) in xfs_setfilesize_trans_alloc()
208 struct xfs_ioend *ioend, in xfs_setfilesize_ioend()
238 struct xfs_ioend *ioend = in xfs_end_io()
239 container_of(work, struct xfs_ioend, io_work); in xfs_end_io()
293 struct xfs_ioend *ioend = bio->bi_private; in xfs_end_bio()
483 struct xfs_ioend *ioend, in xfs_submit_ioend()
531 static struct xfs_ioend *
539 struct xfs_ioend *ioend; in xfs_alloc_ioend()
546 ioend = container_of(bio, struct xfs_ioend, io_inline_bio); in xfs_alloc_ioend()
567 struct xfs_ioend *ioend, in xfs_chain_bio()
703 struct xfs_ioend *ioend, *next; in xfs_writepage_map()