Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_rtalloc.c120 int cancelflags; /* flags for xfs_trans_cancel */ in xfs_growfs_rt_alloc() local
139 cancelflags = 0; in xfs_growfs_rt_alloc()
148 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_growfs_rt_alloc()
159 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt_alloc()
178 cancelflags = 0; in xfs_growfs_rt_alloc()
219 xfs_trans_cancel(tp, cancelflags); in xfs_growfs_rt_alloc()
1930 int cancelflags; /* flags for xfs_trans_cancel */ in xfs_growfs_rt() local
2038 cancelflags = 0; in xfs_growfs_rt()
2055 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt()
2132 xfs_trans_cancel(tp, cancelflags); in xfs_growfs_rt()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot.c777 int cancelflags=0; in xfs_qm_idtodq() local
791 cancelflags = 0; in xfs_qm_idtodq()
794 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_qm_idtodq()
808 cancelflags |= XFS_TRANS_ABORT; in xfs_qm_idtodq()
823 xfs_trans_cancel(tp, cancelflags); in xfs_qm_idtodq()