Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_vnodeops.c284 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 …]
Dxfs_rename.c152 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()
Dxfs_iomap.c507 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()
Dxfs_utils.c400 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()
Dxfs_attr.c319 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()
Dxfs_trans.c809 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in _xfs_trans_commit()
1189 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in xfs_trans_cancel()
Dxfs_trans.h227 #define XFS_TRANS_RELEASE_LOG_RES 0x4 macro
Dxfs_rtalloc.c116 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()
Dxfs_bmap.c4040 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/
Dxfs_dquot.c754 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()
Dxfs_qm.c1359 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()