Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dalloc.c4894 struct ocfs2_extent_list *rightmost_el; in ocfs2_split_and_insert() local
4907 rightmost_el = et->et_root_el; in ocfs2_split_and_insert()
4909 depth = le16_to_cpu(rightmost_el->l_tree_depth); in ocfs2_split_and_insert()
4913 rightmost_el = &eb->h_list; in ocfs2_split_and_insert()
4916 if (le16_to_cpu(rightmost_el->l_next_free_rec) == in ocfs2_split_and_insert()
4917 le16_to_cpu(rightmost_el->l_count)) { in ocfs2_split_and_insert()
5050 struct ocfs2_extent_list *rightmost_el; in ocfs2_split_extent() local
5086 rightmost_el = &eb->h_list; in ocfs2_split_extent()
5088 rightmost_el = path_root_el(path); in ocfs2_split_extent()
5268 struct ocfs2_extent_list *rightmost_el, *el; in ocfs2_split_tree() local
[all …]