parent_tp         434 fs/xfs/xfs_bmap_item.c 	struct xfs_trans		*parent_tp,
parent_tp         451 fs/xfs/xfs_bmap_item.c 	struct xfs_mount		*mp = parent_tp->t_mountp;
parent_tp         505 fs/xfs/xfs_bmap_item.c 	xfs_defer_move(tp, parent_tp);
parent_tp         549 fs/xfs/xfs_bmap_item.c 	xfs_defer_move(parent_tp, tp);
parent_tp         557 fs/xfs/xfs_bmap_item.c 	xfs_defer_move(parent_tp, tp);
parent_tp          80 fs/xfs/xfs_bmap_item.h int xfs_bui_recover(struct xfs_trans *parent_tp, struct xfs_bui_log_item *buip);
parent_tp        4649 fs/xfs/xfs_log_recover.c 	struct xfs_trans		*parent_tp,
parent_tp        4664 fs/xfs/xfs_log_recover.c 	error = xfs_cui_recover(parent_tp, cuip);
parent_tp        4689 fs/xfs/xfs_log_recover.c 	struct xfs_trans		*parent_tp,
parent_tp        4704 fs/xfs/xfs_log_recover.c 	error = xfs_bui_recover(parent_tp, buip);
parent_tp        4743 fs/xfs/xfs_log_recover.c 	struct xfs_trans	*parent_tp)
parent_tp        4745 fs/xfs/xfs_log_recover.c 	struct xfs_mount	*mp = parent_tp->t_mountp;
parent_tp        4769 fs/xfs/xfs_log_recover.c 	xfs_defer_move(tp, parent_tp);
parent_tp        4794 fs/xfs/xfs_log_recover.c 	struct xfs_trans	*parent_tp;
parent_tp        4812 fs/xfs/xfs_log_recover.c 	error = xfs_trans_alloc_empty(log->l_mp, &parent_tp);
parent_tp        4856 fs/xfs/xfs_log_recover.c 			error = xlog_recover_process_cui(parent_tp, ailp, lip);
parent_tp        4859 fs/xfs/xfs_log_recover.c 			error = xlog_recover_process_bui(parent_tp, ailp, lip);
parent_tp        4870 fs/xfs/xfs_log_recover.c 		error = xlog_finish_defer_ops(parent_tp);
parent_tp        4871 fs/xfs/xfs_log_recover.c 	xfs_trans_cancel(parent_tp);
parent_tp         448 fs/xfs/xfs_refcount_item.c 	struct xfs_trans		*parent_tp,
parent_tp         465 fs/xfs/xfs_refcount_item.c 	struct xfs_mount		*mp = parent_tp->t_mountp;
parent_tp         525 fs/xfs/xfs_refcount_item.c 	xfs_defer_move(tp, parent_tp);
parent_tp         582 fs/xfs/xfs_refcount_item.c 	xfs_defer_move(parent_tp, tp);
parent_tp         588 fs/xfs/xfs_refcount_item.c 	xfs_defer_move(parent_tp, tp);
parent_tp          83 fs/xfs/xfs_refcount_item.h int xfs_cui_recover(struct xfs_trans *parent_tp, struct xfs_cui_log_item *cuip);