Searched refs:XFS_TRANS_RELEASE_LOG_RES (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_vnodeops.c | 687 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 …]
|
D | xfs_iomap.c | 506 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()
|
D | xfs_rename.c | 352 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()
|
D | xfs_utils.c | 478 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()
|
D | xfs_attr.c | 320 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()
|
D | xfs_trans.c | 710 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in xfs_trans_commit() 1114 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in xfs_trans_cancel()
|
D | xfs_trans.h | 433 #define XFS_TRANS_RELEASE_LOG_RES 0x4 macro
|
D | xfs_rtalloc.c | 148 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()
|
D | xfs_bmap.c | 3817 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/ |
D | xfs_dquot.c | 794 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()
|
D | xfs_qm.c | 1434 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()
|