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

/linux-master/fs/ocfs2/
H A Dalloc.c4919 struct ocfs2_extent_list *rightmost_el; local
4932 rightmost_el = et->et_root_el;
4934 depth = le16_to_cpu(rightmost_el->l_tree_depth);
4938 rightmost_el = &eb->h_list;
4941 if (le16_to_cpu(rightmost_el->l_next_free_rec) ==
4942 le16_to_cpu(rightmost_el->l_count)) {
5286 struct ocfs2_extent_list *rightmost_el, *el; local
5310 rightmost_el = &eb->h_list;
5312 rightmost_el = path_leaf_el(path);
5322 if (le16_to_cpu(rightmost_el
[all...]

Completed in 116 milliseconds