Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dalloc.c1155 struct ocfs2_extent_list *eb_el; in ocfs2_add_branch() local
1245 eb_el = &eb->h_list; in ocfs2_add_branch()
1255 eb_el->l_tree_depth = cpu_to_le16(i); in ocfs2_add_branch()
1256 eb_el->l_next_free_rec = cpu_to_le16(1); in ocfs2_add_branch()
1261 eb_el->l_recs[0].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1269 if (!eb_el->l_tree_depth) in ocfs2_add_branch()
1357 struct ocfs2_extent_list *eb_el; in ocfs2_shift_tree_depth() local
1380 eb_el = &eb->h_list; in ocfs2_shift_tree_depth()
1391 eb_el->l_tree_depth = root_el->l_tree_depth; in ocfs2_shift_tree_depth()
1394 eb_el->l_recs[i] = root_el->l_recs[i]; in ocfs2_shift_tree_depth()
[all …]