Searched refs:XFS_TRANS_ABORT (Results 1 – 15 of 15) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_trans.c | 743 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()
|
D | xfs_vnodeops.c | 935 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 …]
|
D | xfs_rename.c | 612 XFS_TRANS_ABORT)); in xfs_rename() 660 cancel_flags |= XFS_TRANS_ABORT; in xfs_rename()
|
D | xfs_iomap.c | 534 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()
|
D | xfs_utils.c | 479 XFS_TRANS_ABORT); in xfs_truncate_file()
|
D | xfs_trans_item.c | 312 abort = flags & XFS_TRANS_ABORT; in xfs_trans_free_items()
|
D | xfs_attr.c | 447 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()
|
D | xfs_fsops.c | 414 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xfs_growfs_data_private()
|
D | xfs_trans.h | 434 #define XFS_TRANS_ABORT 0x8 macro
|
D | xfs_rtalloc.c | 159 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt_alloc() 2055 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt()
|
D | xfs_log_recover.c | 3179 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()
|
D | xfs_bmap.c | 3901 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/ |
D | xfs_qm_syscalls.c | 632 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xfs_qm_scall_setqlim()
|
D | xfs_dquot.c | 808 cancelflags |= XFS_TRANS_ABORT; in xfs_qm_idtodq()
|
D | xfs_qm.c | 1435 XFS_TRANS_ABORT); in xfs_qm_qino_alloc()
|