Searched refs:root_el (Results 1 – 5 of 5) sorted by relevance
141 static inline int ocfs2_extend_meta_needed(struct ocfs2_extent_list *root_el) in ocfs2_extend_meta_needed() argument151 return le16_to_cpu(root_el->l_tree_depth) + 2; in ocfs2_extend_meta_needed()224 struct ocfs2_extent_list *root_el, u32 cpos,
517 struct ocfs2_extent_list *root_el) in ocfs2_calc_extend_credits() argument530 (OCFS2_SUBALLOC_ALLOC - 1) * ocfs2_extend_meta_needed(root_el); in ocfs2_calc_extend_credits()537 extent_blocks = 1 + 1 + le16_to_cpu(root_el->l_tree_depth); in ocfs2_calc_extend_credits()
681 struct ocfs2_extent_list *root_el, in ocfs2_new_path() argument693 path_root_el(path) = root_el; in ocfs2_new_path()1356 struct ocfs2_extent_list *root_el; in ocfs2_shift_tree_depth() local1381 root_el = et->et_root_el; 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()1408 le16_add_cpu(&root_el->l_tree_depth, 1); in ocfs2_shift_tree_depth()1409 root_el->l_recs[0].e_cpos = 0; in ocfs2_shift_tree_depth()1410 root_el->l_recs[0].e_blkno = eb->h_blkno; in ocfs2_shift_tree_depth()1414 root_el->l_next_free_rec = cpu_to_le16(1); in ocfs2_shift_tree_depth()[all …]
62 struct ocfs2_extent_list *root_el,
1018 struct ocfs2_extent_list *root_el, in ocfs2_reserve_new_metadata() argument1022 ocfs2_extend_meta_needed(root_el), in ocfs2_reserve_new_metadata()
Completed in 25 milliseconds