Searched refs:io_append_trans (Results 1 – 2 of 2) sorted by relevance
140 ioend->io_append_trans = tp; in xfs_setfilesize_trans_alloc()207 struct xfs_trans *tp = ioend->io_append_trans; in xfs_setfilesize_ioend()273 ASSERT(!xfs_ioend_is_append(ioend) || ioend->io_append_trans); in xfs_end_ioend()276 if (ioend->io_append_trans) in xfs_end_ioend()322 if (!ioend->io_append_trans) { in xfs_ioend_merge_append_transactions()323 ioend->io_append_trans = next->io_append_trans; in xfs_ioend_merge_append_transactions()324 next->io_append_trans = NULL; in xfs_ioend_merge_append_transactions()345 if (next_ioend->io_append_trans) in xfs_ioend_try_merge()407 ioend->io_append_trans != NULL) { in xfs_end_bio()669 !ioend->io_append_trans) in xfs_submit_ioend()[all …]
21 struct xfs_trans *io_append_trans;/* xact. for size update */ member