Searched refs:left_el (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 2000 struct ocfs2_extent_list *left_el, in ocfs2_adjust_root_records() 2007 le16_to_cpu(left_el->l_tree_depth)); 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() 2059 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert() 2071 idx = le16_to_cpu(left_el->l_next_free_rec) - 1; in ocfs2_complete_edge_insert() 2086 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2096 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2099 ocfs2_adjust_root_records(el, left_el, right_e 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 2310 struct ocfs2_extent_list *left_el; ocfs2_rotate_requires_path_adjustment() local 3295 struct ocfs2_extent_list *left_el; ocfs2_get_right_path() local 3523 struct ocfs2_extent_list *left_el; ocfs2_merge_rec_left() 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 | 1998 struct ocfs2_extent_list *left_el, in ocfs2_adjust_root_records() 2005 le16_to_cpu(left_el->l_tree_depth)); 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() 2057 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert() 2069 idx = le16_to_cpu(left_el->l_next_free_rec) - 1; in ocfs2_complete_edge_insert() 2084 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2094 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2097 ocfs2_adjust_root_records(el, left_el, right_e 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 2308 struct ocfs2_extent_list *left_el; ocfs2_rotate_requires_path_adjustment() local 3293 struct ocfs2_extent_list *left_el; ocfs2_get_right_path() local 3521 struct ocfs2_extent_list *left_el; ocfs2_merge_rec_left() local 4077 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; ocfs2_split_record() local [all...] |
Completed in 10 milliseconds