Lines Matching refs:di_bh
399 struct buffer_head *di_bh,
415 di = (struct ocfs2_dinode *) di_bh->b_data;
603 struct buffer_head *di_bh = NULL;
617 ret = ocfs2_read_inode_block(inode, &di_bh);
623 ret = ocfs2_get_clusters_nocache(inode, di_bh, v_cluster, &hole_len,
652 brelse(di_bh);
702 static int ocfs2_fiemap_inline(struct inode *inode, struct buffer_head *di_bh,
713 di = (struct ocfs2_dinode *)di_bh->b_data;
744 struct buffer_head *di_bh = NULL;
751 ret = ocfs2_inode_lock(inode, &di_bh, 0);
764 ret = ocfs2_fiemap_inline(inode, di_bh, fieinfo, map_start);
775 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos,
810 brelse(di_bh);
821 int ocfs2_overwrite_io(struct inode *inode, struct buffer_head *di_bh,
830 if (ocfs2_size_fits_inline_data(di_bh, map_start + map_len))
841 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos,
872 struct buffer_head *di_bh = NULL;
877 ret = ocfs2_inode_lock(inode, &di_bh, 0);
901 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, &hole_size,
949 brelse(di_bh);