left_el 2001 fs/ocfs2/alloc.c struct ocfs2_extent_list *left_el, left_el 2008 fs/ocfs2/alloc.c le16_to_cpu(left_el->l_tree_depth)); left_el 2044 fs/ocfs2/alloc.c struct ocfs2_extent_list *el, *left_el, *right_el; left_el 2060 fs/ocfs2/alloc.c left_el = path_leaf_el(left_path); left_el 2072 fs/ocfs2/alloc.c idx = le16_to_cpu(left_el->l_next_free_rec) - 1; left_el 2087 fs/ocfs2/alloc.c left_el = left_path->p_node[i].el; left_el 2097 fs/ocfs2/alloc.c left_el = left_path->p_node[subtree_index + 1].el; left_el 2100 fs/ocfs2/alloc.c ocfs2_adjust_root_records(el, left_el, right_el, left_el 2118 fs/ocfs2/alloc.c struct ocfs2_extent_list *right_el, *left_el; left_el 2122 fs/ocfs2/alloc.c left_el = path_leaf_el(left_path); left_el 2124 fs/ocfs2/alloc.c if (left_el->l_next_free_rec != left_el->l_count) { left_el 2129 fs/ocfs2/alloc.c le16_to_cpu(left_el->l_next_free_rec)); left_el 2137 fs/ocfs2/alloc.c if (ocfs2_is_empty_extent(&left_el->l_recs[0])) left_el 2180 fs/ocfs2/alloc.c i = le16_to_cpu(left_el->l_next_free_rec) - 1; left_el 2181 fs/ocfs2/alloc.c move_rec = left_el->l_recs[i]; left_el 2191 fs/ocfs2/alloc.c le16_add_cpu(&left_el->l_next_free_rec, -1); left_el 2192 fs/ocfs2/alloc.c ocfs2_shift_records_right(left_el); left_el 2193 fs/ocfs2/alloc.c memset(&left_el->l_recs[0], 0, sizeof(struct ocfs2_extent_rec)); left_el 2194 fs/ocfs2/alloc.c le16_add_cpu(&left_el->l_next_free_rec, 1); left_el 2311 fs/ocfs2/alloc.c struct ocfs2_extent_list *left_el; left_el 2315 fs/ocfs2/alloc.c left_el = path_leaf_el(left_path); left_el 2316 fs/ocfs2/alloc.c next_free = le16_to_cpu(left_el->l_next_free_rec); left_el 2317 fs/ocfs2/alloc.c rec = &left_el->l_recs[next_free - 1]; left_el 3296 fs/ocfs2/alloc.c struct ocfs2_extent_list *left_el; left_el 3303 fs/ocfs2/alloc.c left_el = path_leaf_el(left_path); left_el 3304 fs/ocfs2/alloc.c BUG_ON(left_el->l_next_free_rec != left_el->l_count); left_el 3524 fs/ocfs2/alloc.c struct ocfs2_extent_list *left_el; left_el 3537 fs/ocfs2/alloc.c left_el = path_leaf_el(left_path); left_el 3538 fs/ocfs2/alloc.c BUG_ON(le16_to_cpu(left_el->l_next_free_rec) != left_el 3539 fs/ocfs2/alloc.c le16_to_cpu(left_el->l_count)); left_el 3541 fs/ocfs2/alloc.c left_rec = &left_el->l_recs[ left_el 3542 fs/ocfs2/alloc.c le16_to_cpu(left_el->l_next_free_rec) - 1]; left_el 4080 fs/ocfs2/alloc.c struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; left_el 4085 fs/ocfs2/alloc.c left_el = path_leaf_el(left_path); left_el 4113 fs/ocfs2/alloc.c insert_el = left_el; left_el 4123 fs/ocfs2/alloc.c ocfs2_rotate_leaf(left_el, tmprec); left_el 4124 fs/ocfs2/alloc.c el = left_el; left_el 4127 fs/ocfs2/alloc.c index = ocfs2_search_extent_list(left_el, cpos); left_el 4133 fs/ocfs2/alloc.c BUG_ON(!ocfs2_is_empty_extent(&left_el->l_recs[0])); left_el 4138 fs/ocfs2/alloc.c el = left_el; left_el 4139 fs/ocfs2/alloc.c insert_el = left_el;