Home
last modified time | relevance | path

Searched refs:cancel_flags (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_rename.c110 int cancel_flags; in xfs_rename() local
137 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()
Dxfs_vnodeops.c1287 uint cancel_flags; in xfs_create() local
1327 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() local
1692 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 …]