Home
last modified time | relevance | path

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

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