Lines Matching refs:tp

24 	struct xfs_trans	*tp,
37 list_for_each_entry(lip, &tp->t_items, li_trans) {
62 struct xfs_trans *tp,
75 xfs_buf_item_init(bp, tp->t_mountp);
92 xfs_trans_add_item(tp, &bip->bli_item);
93 bp->b_transp = tp;
99 struct xfs_trans *tp,
102 _xfs_trans_bjoin(tp, bp, 0);
117 struct xfs_trans *tp,
129 if (!tp)
138 bp = xfs_trans_buf_item_match(tp, target, map, nmaps);
141 if (xfs_is_shutdown(tp->t_mountp)) {
146 ASSERT(bp->b_transp == tp);
162 _xfs_trans_bjoin(tp, bp, 1);
173 struct xfs_trans *tp)
175 struct xfs_buf *bp = tp->t_mountp->m_sb_bp;
181 if (bp->b_transp == tp) {
192 _xfs_trans_bjoin(tp, bp, 1);
213 struct xfs_trans *tp,
234 if (tp)
235 bp = xfs_trans_buf_item_match(tp, target, map, nmaps);
238 ASSERT(bp->b_transp == tp);
269 if (tp->t_flags & XFS_TRANS_DIRTY)
270 xfs_force_shutdown(tp->t_mountp,
295 if (tp && (tp->t_flags & XFS_TRANS_DIRTY))
296 xfs_force_shutdown(tp->t_mountp, SHUTDOWN_META_IO_ERROR);
309 if (tp) {
310 _xfs_trans_bjoin(tp, bp, 1);
346 struct xfs_trans *tp,
351 ASSERT(bp->b_transp == tp);
353 if (!tp) {
402 struct xfs_trans *tp,
407 ASSERT(tp != NULL);
408 ASSERT(bp->b_transp == tp);
445 xfs_trans_t *tp,
450 ASSERT(bp->b_transp == tp);
466 xfs_trans_t *tp,
471 ASSERT(bp->b_transp == tp);
487 struct xfs_trans *tp,
492 ASSERT(bp->b_transp == tp);
519 tp->t_flags |= XFS_TRANS_DIRTY;
534 struct xfs_trans *tp,
544 xfs_trans_dirty_buf(tp, bp);
582 xfs_trans_t *tp,
588 ASSERT(bp->b_transp == tp);
605 ASSERT(tp->t_flags & XFS_TRANS_DIRTY);
621 tp->t_flags |= XFS_TRANS_DIRTY;
637 xfs_trans_t *tp,
642 ASSERT(bp->b_transp == tp);
648 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_DINO_BUF);
662 xfs_trans_t *tp,
667 ASSERT(bp->b_transp == tp);
673 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_DINO_BUF);
687 xfs_trans_t *tp,
692 ASSERT(bp->b_transp == tp);
698 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_DINO_BUF);
710 struct xfs_trans *tp,
715 ASSERT(bp->b_transp == tp);
729 xfs_trans_dirty_buf(tp, bp);
739 struct xfs_trans *tp,
745 if (!tp)
748 ASSERT(bp->b_transp == tp);
781 xfs_trans_t *tp,
809 xfs_trans_buf_set_type(tp, bp, type);