Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_rtalloc.c783 int cancelflags = 0; in xfs_growfs_rt_alloc() local
795 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_growfs_rt_alloc()
807 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt_alloc()
828 cancelflags = 0; in xfs_growfs_rt_alloc()
854 xfs_trans_cancel(tp, cancelflags); in xfs_growfs_rt_alloc()
976 int cancelflags = 0; in xfs_growfs_rt() local
1018 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt()
1065 xfs_trans_cancel(tp, cancelflags); in xfs_growfs_rt()
Dxfs_dquot.c571 int cancelflags = 0; in xfs_qm_dqread() local
620 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_qm_dqread()
635 cancelflags |= XFS_TRANS_ABORT; in xfs_qm_dqread()
683 xfs_trans_cancel(tp, cancelflags); in xfs_qm_dqread()