Home
last modified time | relevance | path

Searched refs:XFS_TRANS_ABORT (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_trans.c743 xfs_trans_free_items(tp, shutdown? XFS_TRANS_ABORT : 0); in xfs_trans_commit()
832 xfs_trans_uncommit(tp, flags|XFS_TRANS_ABORT); in xfs_trans_commit()
1082 if ((flags & XFS_TRANS_ABORT) && !(tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_cancel()
1083 flags &= ~XFS_TRANS_ABORT; in xfs_trans_cancel()
1093 if (!(flags & XFS_TRANS_ABORT)) { in xfs_trans_cancel()
Dxfs_vnodeops.c935 commit_flags |= XFS_TRANS_ABORT; in xfs_setattr()
1286 XFS_TRANS_ABORT)); in xfs_inactive_free_eofblocks()
1444 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive_symlink_rmt()
1703 XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive()
1776 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_inactive()
2058 cancel_flags |= XFS_TRANS_ABORT; in xfs_create()
2078 cancel_flags |= XFS_TRANS_ABORT; in xfs_create()
2541 cancel_flags |= XFS_TRANS_ABORT; in xfs_remove()
2553 cancel_flags |= XFS_TRANS_ABORT; in xfs_remove()
2734 cancel_flags |= XFS_TRANS_ABORT; in xfs_link()
[all …]
Dxfs_rename.c612 XFS_TRANS_ABORT)); in xfs_rename()
660 cancel_flags |= XFS_TRANS_ABORT; in xfs_rename()
Dxfs_iomap.c534 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_direct()
893 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_allocate()
996 xfs_trans_cancel(tp, (XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT)); in xfs_iomap_write_unwritten()
Dxfs_utils.c479 XFS_TRANS_ABORT); in xfs_truncate_file()
Dxfs_trans_item.c312 abort = flags & XFS_TRANS_ABORT; in xfs_trans_free_items()
Dxfs_attr.c447 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_set()
603 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_remove()
789 xfs_trans_cancel(trans, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_inactive()
Dxfs_fsops.c414 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xfs_growfs_data_private()
Dxfs_trans.h434 #define XFS_TRANS_ABORT 0x8 macro
Dxfs_rtalloc.c159 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt_alloc()
2055 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt()
Dxfs_log_recover.c3179 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xlog_recover_clear_agi_bucket()
3185 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xlog_recover_clear_agi_bucket()
Dxfs_bmap.c3901 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_bmap_add_attrfork()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c632 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xfs_qm_scall_setqlim()
Dxfs_dquot.c808 cancelflags |= XFS_TRANS_ABORT; in xfs_qm_idtodq()
Dxfs_qm.c1435 XFS_TRANS_ABORT); in xfs_qm_qino_alloc()