Lines Matching refs:XFS_TRANS_PERM_LOG_RES
108 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup()
111 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
183 if (resp->tr_logflags & XFS_TRANS_PERM_LOG_RES) { in xfs_trans_reserve()
184 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
188 ASSERT(!(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve()
192 ASSERT(resp->tr_logflags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_reserve()
232 tp->t_flags &= ~XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()
839 if (tp->t_flags & XFS_TRANS_PERM_LOG_RES) in __xfs_trans_commit()
849 !(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in __xfs_trans_commit()
850 if (!regrant && (tp->t_flags & XFS_TRANS_PERM_LOG_RES)) { in __xfs_trans_commit()
971 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_cancel()
1051 tres.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xfs_trans_roll()