Lines Matching refs:di_bh
116 struct buffer_head *di_bh)
134 retval = ocfs2_xattr_get_nolock(inode, di_bh, name_index, "", NULL, 0);
139 retval = ocfs2_xattr_get_nolock(inode, di_bh, name_index,
157 * will not have di_bh or a journal handle to pass, in which case it
160 static int ocfs2_acl_set_mode(struct inode *inode, struct buffer_head *di_bh,
166 if (di_bh == NULL) {
167 ret = ocfs2_read_inode_block(inode, &di_bh);
173 get_bh(di_bh);
187 di = (struct ocfs2_dinode *)di_bh->b_data;
188 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
202 ocfs2_journal_dirty(handle, di_bh);
208 brelse(di_bh);
218 struct buffer_head *di_bh,
252 ret = ocfs2_xattr_set_handle(handle, inode, di_bh, name_index,
295 struct buffer_head *di_bh = NULL;
304 had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 0, &oh);
309 acl = ocfs2_get_acl_nolock(inode, type, di_bh);
313 brelse(di_bh);
350 struct buffer_head *di_bh,
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);
399 di_bh, ACL_TYPE_ACCESS,