Lines Matching refs:t_mountp
67 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free()
70 atomic_dec(&tp->t_mountp->m_active_trans); in xfs_trans_free()
72 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free()
99 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
128 atomic_inc(&tp->t_mountp->m_active_trans); in xfs_trans_dup()
165 error = xfs_mod_fdblocks(tp->t_mountp, -((int64_t)blocks), rsvd); in xfs_trans_reserve()
194 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
196 error = xfs_log_reserve(tp->t_mountp, in xfs_trans_reserve()
216 error = xfs_mod_frextents(tp->t_mountp, -((int64_t)rtextents)); in xfs_trans_reserve()
232 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve()
240 xfs_mod_fdblocks(tp->t_mountp, (int64_t)blocks, rsvd); in xfs_trans_reserve()
280 tp->t_mountp = mp; in xfs_trans_alloc()
343 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_sb()
452 bp = xfs_trans_getsb(tp, tp->t_mountp); in xfs_trans_apply_sb_deltas()
465 if (!xfs_sb_version_haslazysbcount(&(tp->t_mountp->m_sb))) { in xfs_trans_apply_sb_deltas()
594 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_unreserve_and_mod_sb()
744 ASSERT(lip->li_mountp == tp->t_mountp); in xfs_trans_add_item()
745 ASSERT(lip->li_ailp == tp->t_mountp->m_ail); in xfs_trans_add_item()
931 struct xfs_mount *mp = tp->t_mountp; in __xfs_trans_commit()
1034 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_cancel()