Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_aops.c29 struct xfs_ioend *ioend; member
85 struct xfs_ioend *ioend, in xfs_destroy_ioend() argument
88 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() argument
124 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 …]