Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dalloc.h137 * Please note that the caller must make sure that root_el is the root
141 static inline int ocfs2_extend_meta_needed(struct ocfs2_extent_list *root_el) in ocfs2_extend_meta_needed() argument
151 return le16_to_cpu(root_el->l_tree_depth) + 2; in ocfs2_extend_meta_needed()
224 struct ocfs2_extent_list *root_el, u32 cpos,
H A Djournal.h519 struct ocfs2_extent_list *root_el) in ocfs2_calc_extend_credits() argument
532 (OCFS2_SUBALLOC_ALLOC - 1) * ocfs2_extend_meta_needed(root_el); in ocfs2_calc_extend_credits()
539 extent_blocks = 1 + 1 + le16_to_cpu(root_el->l_tree_depth); in ocfs2_calc_extend_credits()