Lines Matching refs:eb_el
1168 struct ocfs2_extent_list *eb_el; in ocfs2_add_branch() local
1238 eb_el = &eb->h_list; in ocfs2_add_branch()
1248 eb_el->l_tree_depth = cpu_to_le16(i); in ocfs2_add_branch()
1249 eb_el->l_next_free_rec = cpu_to_le16(1); in ocfs2_add_branch()
1254 eb_el->l_recs[0].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1255 eb_el->l_recs[0].e_blkno = cpu_to_le64(next_blkno); in ocfs2_add_branch()
1261 eb_el->l_recs[0].e_int_clusters = cpu_to_le32(0); in ocfs2_add_branch()
1262 if (!eb_el->l_tree_depth) in ocfs2_add_branch()
1350 struct ocfs2_extent_list *eb_el; in ocfs2_shift_tree_depth() local
1363 eb_el = &eb->h_list; in ocfs2_shift_tree_depth()
1374 eb_el->l_tree_depth = root_el->l_tree_depth; in ocfs2_shift_tree_depth()
1375 eb_el->l_next_free_rec = root_el->l_next_free_rec; in ocfs2_shift_tree_depth()
1377 eb_el->l_recs[i] = root_el->l_recs[i]; in ocfs2_shift_tree_depth()
1388 new_clusters = ocfs2_sum_rightmost_rec(eb_el); in ocfs2_shift_tree_depth()