Lines Matching refs:parent_tp
4649 struct xfs_trans *parent_tp, in xlog_recover_process_cui() argument
4664 error = xfs_cui_recover(parent_tp, cuip); in xlog_recover_process_cui()
4689 struct xfs_trans *parent_tp, in xlog_recover_process_bui() argument
4704 error = xfs_bui_recover(parent_tp, buip); in xlog_recover_process_bui()
4743 struct xfs_trans *parent_tp) in xlog_finish_defer_ops() argument
4745 struct xfs_mount *mp = parent_tp->t_mountp; in xlog_finish_defer_ops()
4769 xfs_defer_move(tp, parent_tp); in xlog_finish_defer_ops()
4794 struct xfs_trans *parent_tp; in xlog_recover_process_intents() local
4812 error = xfs_trans_alloc_empty(log->l_mp, &parent_tp); in xlog_recover_process_intents()
4856 error = xlog_recover_process_cui(parent_tp, ailp, lip); in xlog_recover_process_intents()
4859 error = xlog_recover_process_bui(parent_tp, ailp, lip); in xlog_recover_process_intents()
4870 error = xlog_finish_defer_ops(parent_tp); in xlog_recover_process_intents()
4871 xfs_trans_cancel(parent_tp); in xlog_recover_process_intents()