Searched refs:XFS_TRANS_RELEASE_LOG_RES (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/ |
D | xfs_vnodeops.c | 284 commit_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_setattr() 797 (XFS_TRANS_RELEASE_LOG_RES | in xfs_free_eofblocks() 801 XFS_TRANS_RELEASE_LOG_RES); in xfs_free_eofblocks() 962 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive_symlink_rmt() 1019 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_inactive_attrs() 1232 XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive() 1305 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_inactive() 1321 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_inactive() 1441 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_create() 1545 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_create() [all …]
|
D | xfs_rename.c | 152 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_rename() 361 xfs_trans_cancel(tp, (XFS_TRANS_RELEASE_LOG_RES | in xfs_rename() 370 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_rename()
|
D | xfs_iomap.c | 507 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_direct() 533 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_direct() 814 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_allocate() 847 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_allocate() 926 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_unwritten() 950 xfs_trans_cancel(tp, (XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT)); in xfs_iomap_write_unwritten()
|
D | xfs_utils.c | 400 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | in xfs_truncate_file() 404 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_truncate_file()
|
D | xfs_attr.c | 319 xfs_trans_cancel(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_set_int() 361 XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_set_int() 431 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_set_int() 446 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_set_int() 578 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_remove_int() 593 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_remove_int() 847 error = xfs_trans_commit(trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_inactive() 853 xfs_trans_cancel(trans, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_inactive()
|
D | xfs_trans.c | 809 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in _xfs_trans_commit() 1189 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in xfs_trans_cancel()
|
D | xfs_trans.h | 227 #define XFS_TRANS_RELEASE_LOG_RES 0x4 macro
|
D | xfs_rtalloc.c | 116 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_growfs_rt_alloc() 142 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_growfs_rt_alloc()
|
D | xfs_bmap.c | 4040 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_bmap_add_attrfork() 4137 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_bmap_add_attrfork()
|
/fs/xfs/quota/ |
D | xfs_dquot.c | 754 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_qm_idtodq() 772 if ((error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES))) in xfs_qm_idtodq()
|
D | xfs_qm.c | 1359 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | in xfs_qm_qino_alloc() 1406 if ((error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES))) { in xfs_qm_qino_alloc()
|