Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_aops.c336 struct xfs_ioend *next_ioend; in xfs_ioend_try_merge() local
339 next_ioend = list_first_entry(more_ioends, struct xfs_ioend, in xfs_ioend_try_merge()
341 if (!xfs_ioend_can_merge(ioend, next_ioend)) in xfs_ioend_try_merge()
343 list_move_tail(&next_ioend->io_list, &ioend->io_list); in xfs_ioend_try_merge()
344 ioend->io_size += next_ioend->io_size; in xfs_ioend_try_merge()
345 if (next_ioend->io_append_trans) in xfs_ioend_try_merge()
346 xfs_ioend_merge_append_transactions(ioend, next_ioend); in xfs_ioend_try_merge()