Lines Matching refs:di_bh

1021 	struct buffer_head *di_bh = NULL;
1031 ret = ocfs2_inode_lock(dentry->d_inode, &di_bh, 0);
1037 di = (struct ocfs2_dinode *)di_bh->b_data;
1056 brelse(di_bh);
1267 struct buffer_head *di_bh,
1289 xis.inode_bh = xbs.inode_bh = di_bh;
1290 di = (struct ocfs2_dinode *)di_bh->b_data;
1313 struct buffer_head *di_bh = NULL;
1315 ret = ocfs2_inode_lock(inode, &di_bh, 0);
1321 ret = ocfs2_xattr_get_nolock(inode, di_bh, name_index,
1327 brelse(di_bh);
2407 struct buffer_head *di_bh,
2412 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
2416 .vb_bh = di_bh,
2545 int ocfs2_xattr_remove(struct inode *inode, struct buffer_head *di_bh)
2548 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
2574 ret = ocfs2_xattr_ibody_remove(inode, di_bh,
2599 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
2614 ocfs2_journal_dirty(handle, di_bh);
2702 struct buffer_head *di_bh,
2707 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
2716 ret = ocfs2_journal_access_di(ctxt->handle, INODE_CACHE(inode), di_bh,
2742 ocfs2_journal_dirty(ctxt->handle, di_bh);
3431 struct buffer_head *di_bh,
3481 xis.inode_bh = xbs.inode_bh = di_bh;
3482 di = (struct ocfs2_dinode *)di_bh->b_data;
3519 struct buffer_head *di_bh = NULL;
3556 ret = ocfs2_inode_lock(inode, &di_bh, 1);
3561 xis.inode_bh = xbs.inode_bh = di_bh;
3562 di = (struct ocfs2_dinode *)di_bh->b_data;
3650 ret = ocfs2_try_remove_refcount_tree(inode, di_bh);
3656 brelse(di_bh);
7311 struct buffer_head *di_bh,
7316 return ocfs2_xattr_set_handle(handle, inode, di_bh,