Home
last modified time | relevance | path

Searched refs:xfs_trans_commit (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_qm_syscalls.c263 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_qm_scall_trunc_qfile()
551 error = xfs_trans_commit(tp, 0); in xfs_qm_scall_setqlim()
588 error = xfs_trans_commit(tp, 0); in xfs_qm_log_quotaoff_end()
627 error = xfs_trans_commit(tp, 0); in xfs_qm_log_quotaoff()
Dxfs_iomap.c216 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_direct()
763 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_allocate()
893 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_iomap_write_unwritten()
Dxfs_bmap_util.c98 error = xfs_trans_commit(*tp, 0); in xfs_bmap_finish()
915 error = xfs_trans_commit(tp, in xfs_free_eofblocks()
1056 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_alloc_file_space()
1323 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_free_file_space()
1495 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_shift_file_space()
1904 error = xfs_trans_commit(tp, 0); in xfs_swap_extents()
Dxfs_symlink.c397 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()
Dxfs_inode.c989 code = xfs_trans_commit(tp, 0); in xfs_dir_ialloc()
1272 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_create()
1386 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_create_tmpfile()
1518 return xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_link()
1625 error = xfs_trans_commit(tp, 0); in xfs_itruncate_extents()
1780 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_inactive_truncate()
1877 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_inactive_ifree()
2647 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_remove()
2737 return xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_finish_rename()
Dxfs_trans.h231 int xfs_trans_commit(xfs_trans_t *, uint flags);
Dxfs_rtalloc.c821 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_growfs_rt_alloc()
862 error = xfs_trans_commit(tp, 0); in xfs_growfs_rt_alloc()
1079 error = xfs_trans_commit(tp, 0); in xfs_growfs_rt()
Dxfs_pnfs.c324 error = xfs_trans_commit(tp, 0); in xfs_fs_commit_blocks()
Dxfs_attr_inactive.c458 error = xfs_trans_commit(trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_inactive()
Dxfs_iops.c705 error = xfs_trans_commit(tp, 0); in xfs_setattr_nonsize()
931 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_setattr_size()
1009 return xfs_trans_commit(tp, 0); in xfs_vn_update_time()
Dxfs_trans.c896 xfs_trans_commit( in xfs_trans_commit() function
1074 error = xfs_trans_commit(trans, 0); in xfs_trans_roll()
Dxfs_ioctl.c349 error = xfs_trans_commit(tp, 0); in xfs_set_dmattrs()
1256 code = xfs_trans_commit(tp, 0); in xfs_ioctl_setattr()
1345 error = xfs_trans_commit(tp, 0); in xfs_ioc_setxflags()
Dxfs_dquot.c673 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_qm_dqread()
Dxfs_fsops.c492 error = xfs_trans_commit(tp, 0); in xfs_growfs_data_private()
Dxfs_file.c163 return xfs_trans_commit(tp, 0); in xfs_update_prealloc_flags()
Dxfs_aops.c158 return xfs_trans_commit(tp, 0); in xfs_setfilesize()
Dxfs_qm.c799 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_qm_qino_alloc()
Dxfs_log_recover.c3764 error = xfs_trans_commit(tp, 0); in xlog_recover_process_efi()
3870 error = xfs_trans_commit(tp, 0); in xlog_recover_clear_agi_bucket()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr.c323 err2 = xfs_trans_commit(args.trans, in xfs_attr_set()
386 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_set()
504 error = xfs_trans_commit(args.trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_remove()
Dxfs_sb.c802 return xfs_trans_commit(tp, 0); in xfs_sync_sb()
Dxfs_bmap.c1221 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()