Searched refs:left_el (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.c2005 struct ocfs2_extent_list *left_el,
2012 le16_to_cpu(left_el->l_tree_depth));
2048 struct ocfs2_extent_list *el, *left_el, *right_el; local
2058 * We begin the loop with right_el and left_el pointing to the
2061 * NOTE: within this loop, left_el and right_el always refer
2064 left_el = path_leaf_el(left_path);
2076 idx = le16_to_cpu(left_el->l_next_free_rec) - 1;
2091 left_el = left_path->p_node[i].el;
2101 left_el = left_path->p_node[subtree_index + 1].el;
2104 ocfs2_adjust_root_records(el, left_el, right_e
2004 ocfs2_adjust_root_records(struct ocfs2_extent_list *root_el, struct ocfs2_extent_list *left_el, struct ocfs2_extent_list *right_el, u64 left_el_blkno) argument
2122 struct ocfs2_extent_list *right_el, *left_el; local
2315 struct ocfs2_extent_list *left_el; local
3300 struct ocfs2_extent_list *left_el; local
3528 struct ocfs2_extent_list *left_el; local
4084 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; local
[all...]

Completed in 116 milliseconds