Lines Matching refs:eb_bh
1068 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local
1085 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1091 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1098 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec()
1136 brelse(eb_bh); in ocfs2_get_refcount_rec()
2637 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local
2647 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2653 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2660 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()
2803 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()
2804 eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters()
2808 &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2814 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2821 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()