Searched refs:right_el (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 2001 struct ocfs2_extent_list *right_el, in ocfs2_adjust_root_records() 2021 &root_el->l_recs[i + 1], right_el); in ocfs2_adjust_root_records() 2043 struct ocfs2_extent_list *el, *left_el, *right_el; in ocfs2_complete_edge_insert() local 2053 * We begin the loop with right_el and left_el pointing to the in ocfs2_complete_edge_insert() 2056 * NOTE: within this loop, left_el and right_el always refer in ocfs2_complete_edge_insert() 2060 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert() 2077 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el); in ocfs2_complete_edge_insert() 2087 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2097 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2099 ocfs2_adjust_root_records(el, left_el, right_el, in ocfs2_complete_edge_insert() 1999 ocfs2_adjust_root_records(struct ocfs2_extent_list *root_el, struct ocfs2_extent_list *left_el, struct ocfs2_extent_list *right_el, u64 left_el_blkno) ocfs2_adjust_root_records() argument 2117 struct ocfs2_extent_list *right_el, *left_el; ocfs2_rotate_subtree_right() local 3352 struct ocfs2_extent_list *right_el; ocfs2_merge_rec_right() local 4079 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; ocfs2_split_record() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 1999 struct ocfs2_extent_list *right_el, in ocfs2_adjust_root_records() 2019 &root_el->l_recs[i + 1], right_el); in ocfs2_adjust_root_records() 2041 struct ocfs2_extent_list *el, *left_el, *right_el; in ocfs2_complete_edge_insert() local 2051 * We begin the loop with right_el and left_el pointing to the in ocfs2_complete_edge_insert() 2054 * NOTE: within this loop, left_el and right_el always refer in ocfs2_complete_edge_insert() 2058 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert() 2075 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el); in ocfs2_complete_edge_insert() 2085 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2095 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2097 ocfs2_adjust_root_records(el, left_el, right_el, in ocfs2_complete_edge_insert() 1997 ocfs2_adjust_root_records(struct ocfs2_extent_list *root_el, struct ocfs2_extent_list *left_el, struct ocfs2_extent_list *right_el, u64 left_el_blkno) ocfs2_adjust_root_records() argument 2115 struct ocfs2_extent_list *right_el, *left_el; ocfs2_rotate_subtree_right() local 3350 struct ocfs2_extent_list *right_el; ocfs2_merge_rec_right() local 4077 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; ocfs2_split_record() local [all...] |
Completed in 12 milliseconds