Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Djournal.h520 struct ocfs2_extent_list *root_el) in ocfs2_calc_extend_credits() argument
533 (OCFS2_SUBALLOC_ALLOC - 1) * ocfs2_extend_meta_needed(root_el); in ocfs2_calc_extend_credits()
540 extent_blocks = 1 + 1 + le16_to_cpu(root_el->l_tree_depth); in ocfs2_calc_extend_credits()
H A Dalloc.c682 struct ocfs2_extent_list *root_el, in ocfs2_new_path() argument
687 BUG_ON(le16_to_cpu(root_el->l_tree_depth) >= OCFS2_MAX_PATH_DEPTH); in ocfs2_new_path()
691 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth); in ocfs2_new_path()
694 path_root_el(path) = root_el; in ocfs2_new_path()
1363 struct ocfs2_extent_list *root_el; in ocfs2_shift_tree_depth() local
1388 root_el = et->et_root_el; in ocfs2_shift_tree_depth()
1398 eb_el->l_tree_depth = root_el->l_tree_depth; in ocfs2_shift_tree_depth()
1399 eb_el->l_next_free_rec = root_el->l_next_free_rec; in ocfs2_shift_tree_depth()
1400 for (i = 0; i < le16_to_cpu(root_el->l_next_free_rec); i++) in ocfs2_shift_tree_depth()
1401 eb_el->l_recs[i] = root_el in ocfs2_shift_tree_depth()
1793 __ocfs2_find_path(struct ocfs2_caching_info * ci,struct ocfs2_extent_list * root_el,u32 cpos,path_insert_t * func,void * data) __ocfs2_find_path() argument
1941 ocfs2_find_leaf(struct ocfs2_caching_info * ci,struct ocfs2_extent_list * root_el,u32 cpos,struct buffer_head ** leaf_bh) ocfs2_find_leaf() argument
2013 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
2631 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el; ocfs2_unlink_subtree() local
7243 struct ocfs2_extent_list *root_el = &(di->id2.i_list); ocfs2_commit_truncate() local
[all...]
H A Dsuballoc.h63 struct ocfs2_extent_list *root_el,
H A Dsuballoc.c1093 struct ocfs2_extent_list *root_el, in ocfs2_reserve_new_metadata() argument
1097 ocfs2_extend_meta_needed(root_el), in ocfs2_reserve_new_metadata()