Lines Matching refs:eb
968 struct ocfs2_extent_block *eb, in ocfs2_get_refcount_cpos_end() argument
989 if (!eb || (eb && !eb->h_next_leaf_blk)) { in ocfs2_get_refcount_cpos_end()
1013 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end()
1077 struct ocfs2_extent_block *eb = NULL; in ocfs2_get_refcount_rec() local
1101 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_get_refcount_rec()
1102 el = &eb->h_list; in ocfs2_get_refcount_rec()
1127 eb, el, i, &cpos_end); in ocfs2_get_refcount_rec()
2658 struct ocfs2_extent_block *eb = NULL; in ocfs2_refcount_cal_cow_clusters() local
2673 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2674 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()
2823 eb && eb->h_next_leaf_blk) { in ocfs2_refcount_cal_cow_clusters()
2828 le64_to_cpu(eb->h_next_leaf_blk), in ocfs2_refcount_cal_cow_clusters()
2835 eb = (struct ocfs2_extent_block *) eb_bh->b_data; in ocfs2_refcount_cal_cow_clusters()
2836 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()