Lines Matching defs:di_bh
2623 struct buffer_head *di_bh = NULL;
2628 status = ocfs2_inode_lock(inode, &di_bh, 1);
2634 di = (struct ocfs2_dinode *) di_bh->b_data;
2640 status = ocfs2_truncate_file(inode, di_bh, i_size_read(inode));
2647 status = ocfs2_del_inode_from_orphan(osb, inode, di_bh, 0, 0);
2671 status = ocfs2_orphan_add(osb, handle, inode, di_bh, orphan_name,
2687 brelse(di_bh);
2694 struct inode *inode, struct buffer_head *di_bh,
2699 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
2739 di_bh,
2750 status = ocfs2_set_inode_size(handle, inode, di_bh, end);
2754 ocfs2_journal_dirty(handle, di_bh);
2780 struct buffer_head *di_bh = NULL;
2835 status = ocfs2_read_inode_block(inode, &di_bh);
2850 di_bh, OCFS2_JOURNAL_ACCESS_WRITE);
2863 di = (struct ocfs2_dinode *)di_bh->b_data;
2869 ocfs2_journal_dirty(handle, di_bh);
2898 brelse(di_bh);