Lines Matching refs:eb_bh
1070 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local
1087 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1093 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1100 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec()
1138 brelse(eb_bh); in ocfs2_get_refcount_rec()
2639 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local
2649 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2655 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2662 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()
2805 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()
2806 eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters()
2810 &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2816 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2823 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()