Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_rtalloc.c97 int cancelflags = 0; in xfs_growfs_rt_alloc() local
110 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_growfs_rt_alloc()
122 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt_alloc()
143 cancelflags = 0; in xfs_growfs_rt_alloc()
168 xfs_trans_cancel(tp, cancelflags); in xfs_growfs_rt_alloc()
1939 int cancelflags = 0; in xfs_growfs_rt() local
1980 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt()
2027 xfs_trans_cancel(tp, cancelflags); in xfs_growfs_rt()
/linux-2.6.39/fs/xfs/quota/
Dxfs_dquot.c649 int cancelflags=0; in xfs_qm_idtodq() local
663 cancelflags = 0; in xfs_qm_idtodq()
666 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_qm_idtodq()
680 cancelflags |= XFS_TRANS_ABORT; in xfs_qm_idtodq()
694 xfs_trans_cancel(tp, cancelflags); in xfs_qm_idtodq()