Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_iomap.c216 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_direct()
239 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_direct()
763 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_allocate()
794 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_iomap_write_allocate()
893 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_unwritten()
917 xfs_trans_cancel(tp, (XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT)); in xfs_iomap_write_unwritten()
Dxfs_symlink.c227 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_symlink()
397 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_symlink()
536 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_inactive_symlink_rmt()
555 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive_symlink_rmt()
Dxfs_inode.c1167 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_create()
1272 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_create()
1320 uint cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_create_tmpfile()
1386 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_create_tmpfile()
1450 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_link()
1518 return xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_link()
1780 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_inactive_truncate()
1788 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_inactive_truncate()
1838 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_inactive_ifree()
1858 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_inactive_ifree()
[all …]
Dxfs_bmap_util.c912 (XFS_TRANS_RELEASE_LOG_RES | in xfs_free_eofblocks()
916 XFS_TRANS_RELEASE_LOG_RES); in xfs_free_eofblocks()
1056 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_alloc_file_space()
1080 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_alloc_file_space()
1323 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_free_file_space()
1333 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_free_file_space()
1495 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_shift_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()
458 error = xfs_trans_commit(trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_inactive()
Dxfs_qm_syscalls.c255 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | in xfs_qm_scall_trunc_qfile()
263 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_qm_scall_trunc_qfile()
Dxfs_dquot.c620 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_qm_dqread()
673 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_qm_dqread()
Dxfs_trans.c910 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in xfs_trans_commit()
1022 if (flags & XFS_TRANS_RELEASE_LOG_RES) { in xfs_trans_cancel()
Dxfs_rtalloc.c795 cancelflags = XFS_TRANS_RELEASE_LOG_RES; in xfs_growfs_rt_alloc()
821 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_growfs_rt_alloc()
Dxfs_iops.c864 commit_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_setattr_size()
931 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_setattr_size()
Dxfs_log_cil.c782 if (flags & XFS_TRANS_RELEASE_LOG_RES) in xfs_log_commit_cil()
Dxfs_qm.c767 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | in xfs_qm_qino_alloc()
799 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_qm_qino_alloc()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr.c279 xfs_trans_cancel(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_set()
324 XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_set()
386 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_set()
394 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_set()
504 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_remove()
512 XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_ABORT); in xfs_attr_remove()
Dxfs_shared.h188 #define XFS_TRANS_RELEASE_LOG_RES 0x4 macro
Dxfs_bmap.c1130 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_bmap_add_attrfork()
1221 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_bmap_add_attrfork()
5939 return xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_bmap_split_extent()
5943 xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT); in xfs_bmap_split_extent()