Lines Matching defs:handle
226 handle_t *handle = journal_current_handle();
229 if (!handle) {
280 err = ocfs2_journal_access_dq(handle, INODE_CACHE(gqinode), bh,
286 ocfs2_journal_dirty(handle, bh);
294 ocfs2_mark_inode_dirty(handle, gqinode, oinfo->dqi_gqi_bh);
599 handle_t *handle;
614 handle = ocfs2_start_trans(osb, OCFS2_QSYNC_CREDITS);
615 if (IS_ERR(handle)) {
616 status = PTR_ERR(handle);
629 ocfs2_commit_trans(osb, handle);
662 handle_t *handle;
669 handle = ocfs2_start_trans(osb, OCFS2_QWRITE_CREDITS);
670 if (IS_ERR(handle)) {
671 status = PTR_ERR(handle);
678 ocfs2_commit_trans(osb, handle);
720 handle_t *handle;
749 handle = ocfs2_start_trans(osb,
751 if (IS_ERR(handle)) {
752 status = PTR_ERR(handle);
762 status = ocfs2_local_release_dquot(handle, dquot);
777 ocfs2_commit_trans(osb, handle);
802 handle_t *handle;
843 handle = ocfs2_start_trans(osb,
845 if (IS_ERR(handle)) {
846 status = PTR_ERR(handle);
860 ocfs2_commit_trans(osb, handle);
921 handle_t *handle;
942 handle = ocfs2_start_trans(osb, OCFS2_QSYNC_CREDITS);
943 if (IS_ERR(handle)) {
944 status = PTR_ERR(handle);
958 ocfs2_commit_trans(osb, handle);
970 handle_t *handle;
977 handle = ocfs2_start_trans(OCFS2_SB(sb), OCFS2_QINFO_WRITE_CREDITS);
978 if (IS_ERR(handle)) {
979 status = PTR_ERR(handle);
984 ocfs2_commit_trans(OCFS2_SB(sb), handle);