Searched refs:cancel_flags (Results 1 – 2 of 2) sorted by relevance
110 int cancel_flags; in xfs_rename() local137 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_rename()156 xfs_trans_cancel(tp, cancel_flags); in xfs_rename()352 cancel_flags |= XFS_TRANS_ABORT; in xfs_rename()355 xfs_trans_cancel(tp, cancel_flags); in xfs_rename()
1287 uint cancel_flags; in xfs_create() local1327 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_create()1350 cancel_flags = 0; in xfs_create()1453 cancel_flags |= XFS_TRANS_ABORT; in xfs_create()1455 xfs_trans_cancel(tp, cancel_flags); in xfs_create()1666 int cancel_flags; in xfs_remove() local1692 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_remove()1713 cancel_flags = 0; in xfs_remove()1811 cancel_flags |= XFS_TRANS_ABORT; in xfs_remove()1813 xfs_trans_cancel(tp, cancel_flags); in xfs_remove()[all …]