Lines Matching defs:di_bh

1025 	struct buffer_head *di_bh = NULL;
1035 ret = ocfs2_inode_lock(d_inode(dentry), &di_bh, 0);
1041 di = (struct ocfs2_dinode *)di_bh->b_data;
1060 brelse(di_bh);
1275 struct buffer_head *di_bh,
1297 xis.inode_bh = xbs.inode_bh = di_bh;
1298 di = (struct ocfs2_dinode *)di_bh->b_data;
1321 struct buffer_head *di_bh = NULL;
1324 had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 0, &oh);
1330 ret = ocfs2_xattr_get_nolock(inode, di_bh, name_index,
1336 brelse(di_bh);
2416 struct buffer_head *di_bh,
2421 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
2425 .vb_bh = di_bh,
2554 int ocfs2_xattr_remove(struct inode *inode, struct buffer_head *di_bh)
2557 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
2583 ret = ocfs2_xattr_ibody_remove(inode, di_bh,
2608 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
2623 ocfs2_journal_dirty(handle, di_bh);
2711 struct buffer_head *di_bh,
2716 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
2725 ret = ocfs2_journal_access_di(ctxt->handle, INODE_CACHE(inode), di_bh,
2751 ocfs2_journal_dirty(ctxt->handle, di_bh);
3440 struct buffer_head *di_bh,
3490 xis.inode_bh = xbs.inode_bh = di_bh;
3491 di = (struct ocfs2_dinode *)di_bh->b_data;
3528 struct buffer_head *di_bh = NULL;
3566 had_lock = ocfs2_inode_lock_tracker(inode, &di_bh, 1, &oh);
3572 xis.inode_bh = xbs.inode_bh = di_bh;
3573 di = (struct ocfs2_dinode *)di_bh->b_data;
3661 ret = ocfs2_try_remove_refcount_tree(inode, di_bh);
3667 brelse(di_bh);
7312 struct buffer_head *di_bh,
7317 return ocfs2_xattr_set_handle(handle, inode, di_bh,