next_ioend        336 fs/xfs/xfs_aops.c 	struct xfs_ioend	*next_ioend;
next_ioend        339 fs/xfs/xfs_aops.c 		next_ioend = list_first_entry(more_ioends, struct xfs_ioend,
next_ioend        341 fs/xfs/xfs_aops.c 		if (!xfs_ioend_can_merge(ioend, next_ioend))
next_ioend        343 fs/xfs/xfs_aops.c 		list_move_tail(&next_ioend->io_list, &ioend->io_list);
next_ioend        344 fs/xfs/xfs_aops.c 		ioend->io_size += next_ioend->io_size;
next_ioend        345 fs/xfs/xfs_aops.c 		if (next_ioend->io_append_trans)
next_ioend        346 fs/xfs/xfs_aops.c 			xfs_ioend_merge_append_transactions(ioend, next_ioend);