Searched defs:rightmost_el (Results 1 - 1 of 1) sorted by relevance

/fs/ocfs2/
H A Dalloc.c4878 struct ocfs2_extent_list *rightmost_el; local
4891 rightmost_el = et->et_root_el;
4893 depth = le16_to_cpu(rightmost_el->l_tree_depth);
4897 rightmost_el = &eb->h_list;
4900 if (le16_to_cpu(rightmost_el->l_next_free_rec) ==
4901 le16_to_cpu(rightmost_el->l_count)) {
5035 struct ocfs2_extent_list *rightmost_el; local
5066 rightmost_el = &eb->h_list;
5068 rightmost_el = path_root_el(path);
5251 struct ocfs2_extent_list *rightmost_el, *e local
[all...]

Completed in 37 milliseconds