root_el           683 fs/ocfs2/alloc.c 					 struct ocfs2_extent_list *root_el,
root_el           688 fs/ocfs2/alloc.c 	BUG_ON(le16_to_cpu(root_el->l_tree_depth) >= OCFS2_MAX_PATH_DEPTH);
root_el           692 fs/ocfs2/alloc.c 		path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth);
root_el           695 fs/ocfs2/alloc.c 		path_root_el(path) = root_el;
root_el          1359 fs/ocfs2/alloc.c 	struct ocfs2_extent_list  *root_el;
root_el          1384 fs/ocfs2/alloc.c 	root_el = et->et_root_el;
root_el          1394 fs/ocfs2/alloc.c 	eb_el->l_tree_depth = root_el->l_tree_depth;
root_el          1395 fs/ocfs2/alloc.c 	eb_el->l_next_free_rec = root_el->l_next_free_rec;
root_el          1396 fs/ocfs2/alloc.c 	for (i = 0; i < le16_to_cpu(root_el->l_next_free_rec); i++)
root_el          1397 fs/ocfs2/alloc.c 		eb_el->l_recs[i] = root_el->l_recs[i];
root_el          1411 fs/ocfs2/alloc.c 	le16_add_cpu(&root_el->l_tree_depth, 1);
root_el          1412 fs/ocfs2/alloc.c 	root_el->l_recs[0].e_cpos = 0;
root_el          1413 fs/ocfs2/alloc.c 	root_el->l_recs[0].e_blkno = eb->h_blkno;
root_el          1414 fs/ocfs2/alloc.c 	root_el->l_recs[0].e_int_clusters = cpu_to_le32(new_clusters);
root_el          1415 fs/ocfs2/alloc.c 	for (i = 1; i < le16_to_cpu(root_el->l_next_free_rec); i++)
root_el          1416 fs/ocfs2/alloc.c 		memset(&root_el->l_recs[i], 0, sizeof(struct ocfs2_extent_rec));
root_el          1417 fs/ocfs2/alloc.c 	root_el->l_next_free_rec = cpu_to_le16(1);
root_el          1421 fs/ocfs2/alloc.c 	if (root_el->l_tree_depth == cpu_to_le16(1))
root_el          1789 fs/ocfs2/alloc.c 			     struct ocfs2_extent_list *root_el, u32 cpos,
root_el          1800 fs/ocfs2/alloc.c 	el = root_el;
root_el          1928 fs/ocfs2/alloc.c 		    struct ocfs2_extent_list *root_el, u32 cpos,
root_el          1934 fs/ocfs2/alloc.c 	ret = __ocfs2_find_path(ci, root_el, cpos, find_leaf_ins, &bh);
root_el          2000 fs/ocfs2/alloc.c static void ocfs2_adjust_root_records(struct ocfs2_extent_list *root_el,
root_el          2007 fs/ocfs2/alloc.c 	BUG_ON(le16_to_cpu(root_el->l_tree_depth) <=
root_el          2010 fs/ocfs2/alloc.c 	for(i = 0; i < le16_to_cpu(root_el->l_next_free_rec) - 1; i++) {
root_el          2011 fs/ocfs2/alloc.c 		if (le64_to_cpu(root_el->l_recs[i].e_blkno) == left_el_blkno)
root_el          2019 fs/ocfs2/alloc.c 	BUG_ON(i >= (le16_to_cpu(root_el->l_next_free_rec) - 1));
root_el          2021 fs/ocfs2/alloc.c 	ocfs2_adjust_adjacent_records(&root_el->l_recs[i],
root_el          2022 fs/ocfs2/alloc.c 				      &root_el->l_recs[i + 1], right_el);
root_el          2618 fs/ocfs2/alloc.c 	struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el;
root_el          2623 fs/ocfs2/alloc.c 	for(i = 1; i < le16_to_cpu(root_el->l_next_free_rec); i++)
root_el          2624 fs/ocfs2/alloc.c 		if (root_el->l_recs[i].e_blkno == eb->h_blkno)
root_el          2627 fs/ocfs2/alloc.c 	BUG_ON(i >= le16_to_cpu(root_el->l_next_free_rec));
root_el          2629 fs/ocfs2/alloc.c 	memset(&root_el->l_recs[i], 0, sizeof(struct ocfs2_extent_rec));
root_el          2630 fs/ocfs2/alloc.c 	le16_add_cpu(&root_el->l_next_free_rec, -1);
root_el          7233 fs/ocfs2/alloc.c 	struct ocfs2_extent_list *root_el = &(di->id2.i_list);
root_el          7310 fs/ocfs2/alloc.c 		if (root_el->l_tree_depth && rec->e_int_clusters == 0) {
root_el          7313 fs/ocfs2/alloc.c 				    le16_to_cpu(root_el->l_tree_depth));
root_el           143 fs/ocfs2/alloc.h static inline int ocfs2_extend_meta_needed(struct ocfs2_extent_list *root_el)
root_el           153 fs/ocfs2/alloc.h 	return le16_to_cpu(root_el->l_tree_depth) + 2;
root_el           226 fs/ocfs2/alloc.h 		    struct ocfs2_extent_list *root_el, u32 cpos,
root_el           517 fs/ocfs2/journal.h 					    struct ocfs2_extent_list *root_el)
root_el           530 fs/ocfs2/journal.h 		(OCFS2_SUBALLOC_ALLOC - 1) * ocfs2_extend_meta_needed(root_el);
root_el           537 fs/ocfs2/journal.h 	extent_blocks = 1 + 1 + le16_to_cpu(root_el->l_tree_depth);
root_el          1020 fs/ocfs2/suballoc.c 			       struct ocfs2_extent_list *root_el,
root_el          1024 fs/ocfs2/suballoc.c 					ocfs2_extend_meta_needed(root_el),
root_el            64 fs/ocfs2/suballoc.h 			       struct ocfs2_extent_list *root_el,