Lines Matching refs:t_flags
66 tp->t_flags |= XFS_TRANS_FREEZE_PROT; in xfs_trans_alloc()
102 if (tp->t_flags & XFS_TRANS_FREEZE_PROT) in xfs_trans_free()
133 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup()
136 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
137 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
138 (tp->t_flags & XFS_TRANS_FREEZE_PROT); in xfs_trans_dup()
140 tp->t_flags &= ~XFS_TRANS_FREEZE_PROT; in xfs_trans_dup()
176 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
207 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
211 ASSERT(!(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve()
264 tp->t_flags &= ~XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
391 tp->t_flags |= flags; in xfs_trans_mod_sb()
553 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_unreserve_and_mod_sb()
565 (tp->t_flags & XFS_TRANS_SB_DIRTY))) in xfs_trans_unreserve_and_mod_sb()
571 (tp->t_flags & XFS_TRANS_SB_DIRTY)) in xfs_trans_unreserve_and_mod_sb()
575 (tp->t_flags & XFS_TRANS_SB_DIRTY)) { in xfs_trans_unreserve_and_mod_sb()
599 if (rtxdelta == 0 && !(tp->t_flags & XFS_TRANS_SB_DIRTY)) in xfs_trans_unreserve_and_mod_sb()
904 int sync = tp->t_flags & XFS_TRANS_SYNC; in xfs_trans_commit()
911 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_commit()
922 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_commit()
935 if (tp->t_flags & XFS_TRANS_SB_DIRTY) in xfs_trans_commit()
999 if ((flags & XFS_TRANS_ABORT) && !(tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_cancel()
1006 if ((tp->t_flags & XFS_TRANS_DIRTY) && !XFS_FORCED_SHUTDOWN(mp)) { in xfs_trans_cancel()
1023 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_cancel()