Lines Matching refs:trans
1050 struct xfs_trans *trans; in xfs_trans_roll() local
1057 trans = *tpp; in xfs_trans_roll()
1058 xfs_trans_log_inode(trans, dp, XFS_ILOG_CORE); in xfs_trans_roll()
1063 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
1064 tres.tr_logcount = trans->t_log_count; in xfs_trans_roll()
1065 *tpp = xfs_trans_dup(trans); in xfs_trans_roll()
1074 error = xfs_trans_commit(trans, 0); in xfs_trans_roll()
1078 trans = *tpp; in xfs_trans_roll()
1084 xfs_log_ticket_put(trans->t_ticket); in xfs_trans_roll()
1096 error = xfs_trans_reserve(trans, &tres, 0, 0); in xfs_trans_roll()
1103 xfs_trans_ijoin(trans, dp, 0); in xfs_trans_roll()