Lines Matching refs:eb_bh
1069 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local
1086 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1092 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1099 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec()
1137 brelse(eb_bh); in ocfs2_get_refcount_rec()
2631 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local
2641 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2647 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2654 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()
2797 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()
2798 eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters()
2802 &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2808 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2815 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()