Lines Matching defs:handle
157 * will not have di_bh or a journal handle to pass, in which case it
161 handle_t *handle, umode_t new_mode)
175 if (handle == NULL) {
176 handle = ocfs2_start_trans(OCFS2_SB(inode->i_sb),
178 if (IS_ERR(handle)) {
179 ret = PTR_ERR(handle);
188 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
200 ocfs2_update_inode_fsync_trans(handle, inode, 0);
202 ocfs2_journal_dirty(handle, di_bh);
206 ocfs2_commit_trans(OCFS2_SB(inode->i_sb), handle);
216 static int ocfs2_set_acl(handle_t *handle,
251 if (handle)
252 ret = ocfs2_xattr_set_handle(handle, inode, di_bh, name_index,
347 int ocfs2_init_acl(handle_t *handle,
371 ret = ocfs2_acl_set_mode(inode, di_bh, handle, mode);
380 ret = ocfs2_set_acl(handle, inode, di_bh,
391 ret2 = ocfs2_acl_set_mode(inode, di_bh, handle, mode);
398 ret = ocfs2_set_acl(handle, inode,