Lines Matching refs:t_mountp
84 tp->t_mountp = mp; in _xfs_trans_alloc()
99 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free()
101 atomic_dec(&tp->t_mountp->m_active_trans); in xfs_trans_free()
103 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free()
129 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
150 atomic_inc(&tp->t_mountp->m_active_trans); in xfs_trans_dup()
187 error = xfs_mod_fdblocks(tp->t_mountp, -((int64_t)blocks), rsvd); in xfs_trans_reserve()
216 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
218 error = xfs_log_reserve(tp->t_mountp, in xfs_trans_reserve()
238 error = xfs_mod_frextents(tp->t_mountp, -((int64_t)rtextents)); in xfs_trans_reserve()
261 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
269 xfs_mod_fdblocks(tp->t_mountp, -((int64_t)blocks), rsvd); in xfs_trans_reserve()
301 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_sb()
410 bp = xfs_trans_getsb(tp, tp->t_mountp, 0); in xfs_trans_apply_sb_deltas()
423 if (!xfs_sb_version_haslazysbcount(&(tp->t_mountp->m_sb))) { in xfs_trans_apply_sb_deltas()
552 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb()
708 ASSERT(lip->li_mountp == tp->t_mountp); in xfs_trans_add_item()
709 ASSERT(lip->li_ailp == tp->t_mountp->m_ail); in xfs_trans_add_item()
900 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_commit()
993 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_cancel()