Lines Matching refs:eb
966 struct ocfs2_extent_block *eb, in ocfs2_get_refcount_cpos_end() argument
987 if (!eb || (eb && !eb->h_next_leaf_blk)) { in ocfs2_get_refcount_cpos_end()
1011 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end()
1075 struct ocfs2_extent_block *eb = NULL; in ocfs2_get_refcount_rec() local
1099 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1100 el = &eb->h_list; in ocfs2_get_refcount_rec()
1123 eb, el, i, &cpos_end); in ocfs2_get_refcount_rec()
2648 struct ocfs2_extent_block *eb = NULL; in ocfs2_refcount_cal_cow_clusters() local
2663 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2664 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()
2812 eb && eb->h_next_leaf_blk) { in ocfs2_refcount_cal_cow_clusters()
2817 le64_to_cpu(eb->h_next_leaf_blk), in ocfs2_refcount_cal_cow_clusters()
2824 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2825 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()