Lines Matching refs:eb_bh
1078 struct buffer_head *eb_bh = NULL, *ref_leaf_bh = NULL; in ocfs2_get_refcount_rec() local
1095 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1101 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1109 (unsigned long long)eb_bh->b_blocknr); in ocfs2_get_refcount_rec()
1148 brelse(eb_bh); in ocfs2_get_refcount_rec()
2657 struct buffer_head *eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters() local
2667 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2673 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2680 (unsigned long long)eb_bh->b_blocknr); in ocfs2_refcount_cal_cow_clusters()
2824 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()
2825 eb_bh = NULL; in ocfs2_refcount_cal_cow_clusters()
2829 &eb_bh); in ocfs2_refcount_cal_cow_clusters()
2835 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2842 brelse(eb_bh); in ocfs2_refcount_cal_cow_clusters()