Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dalloc.c1957 struct ocfs2_extent_list *right_child_el) in ocfs2_adjust_adjacent_records() argument
1968 left_clusters = le32_to_cpu(right_child_el->l_recs[0].e_cpos); in ocfs2_adjust_adjacent_records()
1969 if (!ocfs2_rec_clusters(right_child_el, &right_child_el->l_recs[0])) { in ocfs2_adjust_adjacent_records()
1970 BUG_ON(right_child_el->l_tree_depth); in ocfs2_adjust_adjacent_records()
1971 BUG_ON(le16_to_cpu(right_child_el->l_next_free_rec) <= 1); in ocfs2_adjust_adjacent_records()
1972 left_clusters = le32_to_cpu(right_child_el->l_recs[1].e_cpos); in ocfs2_adjust_adjacent_records()