Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans.c758 if (flags & XFS_TRANS_ABORT) in xfs_trans_free_items()
972 xfs_trans_free_items(tp, NULLCOMMITLSN, error ? XFS_TRANS_ABORT : 0); in xfs_trans_commit()
999 if ((flags & XFS_TRANS_ABORT) && !(tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_cancel()
1000 flags &= ~XFS_TRANS_ABORT; in xfs_trans_cancel()
1011 if (!(flags & XFS_TRANS_ABORT) && !XFS_FORCED_SHUTDOWN(mp)) { in xfs_trans_cancel()
Dxfs_iomap.c239 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_direct()
794 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_allocate()
917 xfs_trans_cancel(tp, (XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT)); in xfs_iomap_write_unwritten()
Dxfs_symlink.c410 cancel_flags |= XFS_TRANS_ABORT; in xfs_symlink()
555 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive_symlink_rmt()
Dxfs_inode.c1286 cancel_flags |= XFS_TRANS_ABORT; in xfs_create()
1398 cancel_flags |= XFS_TRANS_ABORT; in xfs_create_tmpfile()
1521 cancel_flags |= XFS_TRANS_ABORT; in xfs_link()
1788 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive_truncate()
1858 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_inactive_ifree()
2591 cancel_flags |= XFS_TRANS_ABORT; in xfs_remove()
2733 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_finish_rename()
2858 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_cross_rename()
3184 cancel_flags |= XFS_TRANS_ABORT; in xfs_rename()
Dxfs_bmap_util.c913 XFS_TRANS_ABORT)); in xfs_free_eofblocks()
1080 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_alloc_file_space()
1333 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_free_file_space()
1501 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_shift_file_space()
Dxfs_attr_inactive.c426 cancel_flags = XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT; in xfs_attr_inactive()
Dxfs_rtalloc.c807 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt_alloc()
1018 cancelflags |= XFS_TRANS_ABORT; in xfs_growfs_rt()
Dxfs_qm_syscalls.c256 XFS_TRANS_ABORT); in xfs_qm_scall_trunc_qfile()
Dxfs_dquot.c635 cancelflags |= XFS_TRANS_ABORT; in xfs_qm_dqread()
Dxfs_fsops.c560 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xfs_growfs_data_private()
Dxfs_iops.c938 commit_flags |= XFS_TRANS_ABORT; in xfs_setattr_size()
Dxfs_qm.c768 XFS_TRANS_ABORT); in xfs_qm_qino_alloc()
Dxfs_log_recover.c3768 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xlog_recover_process_efi()
3876 xfs_trans_cancel(tp, XFS_TRANS_ABORT); in xlog_recover_clear_agi_bucket()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_shared.h189 #define XFS_TRANS_ABORT 0x8 macro
Dxfs_attr.c394 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_set()
512 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_remove()
Dxfs_bmap.c1137 cancel_flags |= XFS_TRANS_ABORT; in xfs_bmap_add_attrfork()
5943 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_bmap_split_extent()