Searched refs:XFS_TRANS_PERM_LOG_RES (Results 1 – 6 of 6) sorted by relevance
1161 resp->tr_rename.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1165 resp->tr_link.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1169 resp->tr_remove.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1173 resp->tr_symlink.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1177 resp->tr_create.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1181 resp->tr_mkdir.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1197 resp->tr_write.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()1201 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()1206 resp->tr_create_tmpfile.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()1210 resp->tr_ifree.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()[all …]
540 ASSERT((*tpp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_relog()662 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_finish_noroll()847 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add()874 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_add_barrier()1098 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_ops_continue()
140 #define XFS_TRANS_PERM_LOG_RES (1u << 2) macro
341 .tr_logflags = XFS_TRANS_PERM_LOG_RES, in xfs_attr_set_resv()
109 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_dup()112 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()184 if (resp->tr_logflags & XFS_TRANS_PERM_LOG_RES) { in xfs_trans_reserve()185 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()189 ASSERT(!(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve()193 ASSERT(resp->tr_logflags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_reserve()233 tp->t_flags &= ~XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()945 !(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_commit()946 if (tp->t_flags & XFS_TRANS_PERM_LOG_RES) { in xfs_trans_commit()990 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_cancel()[all …]
2533 resv.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xlog_finish_defer_ops()