Searched refs:ioend (Results 1 – 1 of 1) sorted by relevance
29 struct xfs_ioend *ioend; member85 struct xfs_ioend *ioend, in xfs_destroy_ioend() argument88 struct inode *inode = ioend->io_inode; in xfs_destroy_ioend()89 struct bio *bio = &ioend->io_inline_bio; in xfs_destroy_ioend()90 struct bio *last = ioend->io_bio, *next; in xfs_destroy_ioend()94 for (bio = &ioend->io_inline_bio; bio; bio = next) { in xfs_destroy_ioend()122 static inline bool xfs_ioend_is_append(struct xfs_ioend *ioend) in xfs_ioend_is_append() argument124 return ioend->io_offset + ioend->io_size > in xfs_ioend_is_append()125 XFS_I(ioend->io_inode)->i_d.di_size; in xfs_ioend_is_append()130 struct xfs_ioend *ioend) in xfs_setfilesize_trans_alloc() argument[all …]