/linux-4.1.27/fs/xfs/ |
D | xfs_qm_syscalls.c | 263 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()
|
D | xfs_iomap.c | 216 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()
|
D | xfs_bmap_util.c | 98 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()
|
D | xfs_symlink.c | 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()
|
D | xfs_inode.c | 989 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()
|
D | xfs_trans.h | 231 int xfs_trans_commit(xfs_trans_t *, uint flags);
|
D | xfs_rtalloc.c | 821 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()
|
D | xfs_pnfs.c | 324 error = xfs_trans_commit(tp, 0); in xfs_fs_commit_blocks()
|
D | xfs_attr_inactive.c | 458 error = xfs_trans_commit(trans, XFS_TRANS_RELEASE_LOG_RES); in xfs_attr_inactive()
|
D | xfs_iops.c | 705 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()
|
D | xfs_trans.c | 896 xfs_trans_commit( in xfs_trans_commit() function 1074 error = xfs_trans_commit(trans, 0); in xfs_trans_roll()
|
D | xfs_ioctl.c | 349 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()
|
D | xfs_dquot.c | 673 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_qm_dqread()
|
D | xfs_fsops.c | 492 error = xfs_trans_commit(tp, 0); in xfs_growfs_data_private()
|
D | xfs_file.c | 163 return xfs_trans_commit(tp, 0); in xfs_update_prealloc_flags()
|
D | xfs_aops.c | 158 return xfs_trans_commit(tp, 0); in xfs_setfilesize()
|
D | xfs_qm.c | 799 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES); in xfs_qm_qino_alloc()
|
D | xfs_log_recover.c | 3764 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/ |
D | xfs_attr.c | 323 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()
|
D | xfs_sb.c | 802 return xfs_trans_commit(tp, 0); in xfs_sync_sb()
|
D | xfs_bmap.c | 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()
|