Lines Matching refs:t_mountp
58 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free()
60 atomic_dec(&tp->t_mountp->m_active_trans); in xfs_trans_free()
62 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free()
87 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
108 atomic_inc(&tp->t_mountp->m_active_trans); in xfs_trans_dup()
145 error = xfs_mod_fdblocks(tp->t_mountp, -((int64_t)blocks), rsvd); in xfs_trans_reserve()
174 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
176 error = xfs_log_reserve(tp->t_mountp, in xfs_trans_reserve()
196 error = xfs_mod_frextents(tp->t_mountp, -((int64_t)rtextents)); in xfs_trans_reserve()
212 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve()
220 xfs_mod_fdblocks(tp->t_mountp, (int64_t)blocks, rsvd); in xfs_trans_reserve()
251 tp->t_mountp = mp; in xfs_trans_alloc()
310 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_sb()
418 bp = xfs_trans_getsb(tp, tp->t_mountp, 0); in xfs_trans_apply_sb_deltas()
431 if (!xfs_sb_version_haslazysbcount(&(tp->t_mountp->m_sb))) { in xfs_trans_apply_sb_deltas()
560 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb()
716 ASSERT(lip->li_mountp == tp->t_mountp); in xfs_trans_add_item()
717 ASSERT(lip->li_ailp == tp->t_mountp->m_ail); in xfs_trans_add_item()
908 struct xfs_mount *mp = tp->t_mountp; in __xfs_trans_commit()
996 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_cancel()