Lines Matching defs:di_bh
2618 struct buffer_head *di_bh = NULL;
2623 status = ocfs2_inode_lock(inode, &di_bh, 1);
2629 di = (struct ocfs2_dinode *) di_bh->b_data;
2635 status = ocfs2_truncate_file(inode, di_bh, i_size_read(inode));
2642 status = ocfs2_del_inode_from_orphan(osb, inode, di_bh, 0, 0);
2666 status = ocfs2_orphan_add(osb, handle, inode, di_bh, orphan_name,
2682 brelse(di_bh);
2689 struct inode *inode, struct buffer_head *di_bh,
2694 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
2734 di_bh,
2745 status = ocfs2_set_inode_size(handle, inode, di_bh, end);
2749 ocfs2_journal_dirty(handle, di_bh);
2775 struct buffer_head *di_bh = NULL;
2830 status = ocfs2_read_inode_block(inode, &di_bh);
2845 di_bh, OCFS2_JOURNAL_ACCESS_WRITE);
2858 di = (struct ocfs2_dinode *)di_bh->b_data;
2864 ocfs2_journal_dirty(handle, di_bh);
2893 brelse(di_bh);