Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dalloc.c1172 struct ocfs2_extent_list *eb_el; in ocfs2_add_branch() local
1262 eb_el = &eb->h_list; in ocfs2_add_branch()
1272 eb_el->l_tree_depth = cpu_to_le16(i); in ocfs2_add_branch()
1273 eb_el->l_next_free_rec = cpu_to_le16(1); in ocfs2_add_branch()
1278 eb_el->l_recs[0].e_cpos = cpu_to_le32(new_cpos); in ocfs2_add_branch()
1279 eb_el->l_recs[0].e_blkno = cpu_to_le64(next_blkno); in ocfs2_add_branch()
1285 eb_el->l_recs[0].e_int_clusters = cpu_to_le32(0); in ocfs2_add_branch()
1286 if (!eb_el->l_tree_depth) in ocfs2_add_branch()
1374 struct ocfs2_extent_list *eb_el; in ocfs2_shift_tree_depth() local
1397 eb_el = &eb->h_list; in ocfs2_shift_tree_depth()
[all …]