Home
last modified time | relevance | path

Searched refs:XFS_TRANS_RELEASE_LOG_RES (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_vnodeops.c687 commit_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_setattr()
1285 (XFS_TRANS_RELEASE_LOG_RES | in xfs_inactive_free_eofblocks()
1289 XFS_TRANS_RELEASE_LOG_RES, in xfs_inactive_free_eofblocks()
1444 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive_symlink_rmt()
1504 xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); in xfs_inactive_attrs()
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()
1789 (void) xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); in xfs_inactive()
1916 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_create()
2025 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); in xfs_create()
[all …]
Dxfs_iomap.c506 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); in xfs_iomap_write_direct()
534 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_direct()
846 XFS_TRANS_RELEASE_LOG_RES, NULL); in xfs_iomap_write_allocate()
893 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_allocate()
965 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); in xfs_iomap_write_unwritten()
996 xfs_trans_cancel(tp, (XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT)); in xfs_iomap_write_unwritten()
Dxfs_rename.c352 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_rename()
611 xfs_trans_cancel(tp, (XFS_TRANS_RELEASE_LOG_RES | in xfs_rename()
627 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); in xfs_rename()
Dxfs_utils.c478 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | in xfs_truncate_file()
482 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, in xfs_truncate_file()
Dxfs_attr.c320 xfs_trans_cancel(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_set()
362 XFS_TRANS_RELEASE_LOG_RES, in xfs_attr_set()
431 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES, in xfs_attr_set()
447 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_set()
587 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES, in xfs_attr_remove()
603 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_remove()
782 error = xfs_trans_commit(trans, XFS_TRANS_RELEASE_LOG_RES, in xfs_attr_inactive()
789 xfs_trans_cancel(trans, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_inactive()
Dxfs_trans.c710 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in xfs_trans_commit()
1114 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in xfs_trans_cancel()
Dxfs_trans.h433 #define XFS_TRANS_RELEASE_LOG_RES 0x4 macro
Dxfs_rtalloc.c148 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_growfs_rt_alloc()
173 xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); in xfs_growfs_rt_alloc()
Dxfs_bmap.c3817 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_bmap_add_attrfork()
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/
Dxfs_dquot.c794 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_qm_idtodq()
812 if ((error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, in xfs_qm_idtodq()
Dxfs_qm.c1434 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | in xfs_qm_qino_alloc()
1481 if ((error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, in xfs_qm_qino_alloc()