Home
last modified time | relevance | path

Searched refs:ioend (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_aops.c79 xfs_ioend_t *ioend) in xfs_destroy_ioend() argument
83 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() argument
96 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() argument
104 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 …]