Lines Matching refs:eb_bh
1076 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local
1093 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1099 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1106 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec()
1144 brelse(eb_bh); in ocfs2_get_refcount_rec()
2647 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local
2657 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2663 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2670 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()
2813 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()
2814 eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters()
2818 &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2824 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2831 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()