Searched refs:XFS_TRANS_PERM_LOG_RES (Results 1 – 8 of 8) sorted by relevance
1270 resp->tr_rename.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1274 resp->tr_link.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1278 resp->tr_remove.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1282 resp->tr_symlink.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1286 resp->tr_create.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1290 resp->tr_mkdir.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()1315 resp->tr_write.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()1328 resp->tr_ifree.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()1332 resp->tr_addafork.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()1340 resp->tr_attrsetm.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()
2841 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_alloc_fix_freelist()
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()174 if (resp->tr_logflags & XFS_TRANS_PERM_LOG_RES) in xfs_trans_reserve()175 tp->t_flags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()177 &tp->t_ticket, (tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve()204 tp->t_flags &= ~XFS_TRANS_PERM_LOG_RES; in xfs_trans_reserve()918 !(tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_commit()919 if (tp->t_flags & XFS_TRANS_PERM_LOG_RES) { in xfs_trans_commit()963 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_cancel()
1041 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_itruncate_extents_flags()
2533 resv.tr_logflags = XFS_TRANS_PERM_LOG_RES; in xlog_finish_defer_ops()
Completed in 29 milliseconds