Searched refs:ioend (Results 1 – 1 of 1) sorted by relevance
33 struct xfs_ioend *ioend; member89 struct xfs_ioend *ioend, in xfs_destroy_ioend() argument92 struct inode *inode = ioend->io_inode; in xfs_destroy_ioend()93 struct bio *bio = &ioend->io_inline_bio; in xfs_destroy_ioend()94 struct bio *last = ioend->io_bio, *next; in xfs_destroy_ioend()98 for (bio = &ioend->io_inline_bio; bio; bio = next) { in xfs_destroy_ioend()126 static inline bool xfs_ioend_is_append(struct xfs_ioend *ioend) in xfs_ioend_is_append() argument128 return ioend->io_offset + ioend->io_size > in xfs_ioend_is_append()129 XFS_I(ioend->io_inode)->i_d.di_size; in xfs_ioend_is_append()134 struct xfs_ioend *ioend) in xfs_setfilesize_trans_alloc() argument[all …]