Searched refs:ioend (Results 1 – 1 of 1) sorted by relevance
79 xfs_ioend_t *ioend) in xfs_destroy_ioend() argument83 for (bh = ioend->io_buffer_head; bh; bh = next) { in xfs_destroy_ioend()85 bh->b_end_io(bh, !ioend->io_error); in xfs_destroy_ioend()88 mempool_free(ioend, xfs_ioend_pool); in xfs_destroy_ioend()94 static inline bool xfs_ioend_is_append(struct xfs_ioend *ioend) in xfs_ioend_is_append() argument96 return ioend->io_offset + ioend->io_size > in xfs_ioend_is_append()97 XFS_I(ioend->io_inode)->i_d.di_size; in xfs_ioend_is_append()102 struct xfs_ioend *ioend) in xfs_setfilesize_trans_alloc() argument104 struct xfs_mount *mp = XFS_I(ioend->io_inode)->i_mount; in xfs_setfilesize_trans_alloc()116 ioend->io_append_trans = tp; in xfs_setfilesize_trans_alloc()[all …]