Searched refs:cancelflags (Results 1 – 2 of 2) sorted by relevance
120 int cancelflags; /* flags for xfs_trans_cancel */ in xfs_growfs_rt_alloc() local139 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() local2038 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()
777 int cancelflags=0; in xfs_qm_idtodq() local791 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()