right_child_el   1960 fs/ocfs2/alloc.c 				  struct ocfs2_extent_list *right_child_el)
right_child_el   1971 fs/ocfs2/alloc.c 	left_clusters = le32_to_cpu(right_child_el->l_recs[0].e_cpos);
right_child_el   1972 fs/ocfs2/alloc.c 	if (!ocfs2_rec_clusters(right_child_el, &right_child_el->l_recs[0])) {
right_child_el   1973 fs/ocfs2/alloc.c 		BUG_ON(right_child_el->l_tree_depth);
right_child_el   1974 fs/ocfs2/alloc.c 		BUG_ON(le16_to_cpu(right_child_el->l_next_free_rec) <= 1);
right_child_el   1975 fs/ocfs2/alloc.c 		left_clusters = le32_to_cpu(right_child_el->l_recs[1].e_cpos);