Home
last modified time | relevance | path

Searched refs:root_el (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.h139 * Please note that the caller must make sure that root_el is the root
143 static inline int ocfs2_extend_meta_needed(struct ocfs2_extent_list *root_el) in ocfs2_extend_meta_needed() argument
153 return le16_to_cpu(root_el->l_tree_depth) + 2; in ocfs2_extend_meta_needed()
226 struct ocfs2_extent_list *root_el, u32 cpos,
H A Djournal.h513 * Please note that the caller must make sure that root_el is the root
518 struct ocfs2_extent_list *root_el) in ocfs2_calc_extend_credits()
531 (OCFS2_SUBALLOC_ALLOC - 1) * ocfs2_extend_meta_needed(root_el); in ocfs2_calc_extend_credits()
534 * accounted for in sysfile_bitmap_blocks. root_el + in ocfs2_calc_extend_credits()
538 extent_blocks = 1 + 1 + le16_to_cpu(root_el->l_tree_depth); in ocfs2_calc_extend_credits()
517 ocfs2_calc_extend_credits(struct super_block *sb, struct ocfs2_extent_list *root_el) ocfs2_calc_extend_credits() argument
H A Dalloc.c683 struct ocfs2_extent_list *root_el, in ocfs2_new_path()
688 BUG_ON(le16_to_cpu(root_el->l_tree_depth) >= OCFS2_MAX_PATH_DEPTH); in ocfs2_new_path()
692 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth); in ocfs2_new_path()
695 path_root_el(path) = root_el; in ocfs2_new_path()
1358 struct ocfs2_extent_list *root_el; in ocfs2_shift_tree_depth() local
1383 root_el = et->et_root_el; in ocfs2_shift_tree_depth()
1393 eb_el->l_tree_depth = root_el->l_tree_depth; in ocfs2_shift_tree_depth()
1394 eb_el->l_next_free_rec = root_el->l_next_free_rec; in ocfs2_shift_tree_depth()
1395 for (i = 0; i < le16_to_cpu(root_el->l_next_free_rec); i++) in ocfs2_shift_tree_depth()
1396 eb_el->l_recs[i] = root_el in ocfs2_shift_tree_depth()
682 ocfs2_new_path(struct buffer_head *root_bh, struct ocfs2_extent_list *root_el, ocfs2_journal_access_func access) ocfs2_new_path() argument
1787 __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
1926 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
1999 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
2617 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el; ocfs2_unlink_subtree() local
7210 struct ocfs2_extent_list *root_el = &(di->id2.i_list); ocfs2_commit_truncate() local
[all...]
H A Dsuballoc.h59 * Please note that the caller must make sure that root_el is the root
64 struct ocfs2_extent_list *root_el,
H A Dsuballoc.c1020 struct ocfs2_extent_list *root_el, in ocfs2_reserve_new_metadata()
1024 ocfs2_extend_meta_needed(root_el), in ocfs2_reserve_new_metadata()
1019 ocfs2_reserve_new_metadata(struct ocfs2_super *osb, struct ocfs2_extent_list *root_el, struct ocfs2_alloc_context **ac) ocfs2_reserve_new_metadata() argument
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.h512 * Please note that the caller must make sure that root_el is the root
517 struct ocfs2_extent_list *root_el) in ocfs2_calc_extend_credits()
530 (OCFS2_SUBALLOC_ALLOC - 1) * ocfs2_extend_meta_needed(root_el); in ocfs2_calc_extend_credits()
533 * accounted for in sysfile_bitmap_blocks. 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()
516 ocfs2_calc_extend_credits(struct super_block *sb, struct ocfs2_extent_list *root_el) ocfs2_calc_extend_credits() argument
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 Dalloc.c681 struct ocfs2_extent_list *root_el, in ocfs2_new_path()
686 BUG_ON(le16_to_cpu(root_el->l_tree_depth) >= OCFS2_MAX_PATH_DEPTH); in ocfs2_new_path()
690 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth); in ocfs2_new_path()
693 path_root_el(path) = root_el; in ocfs2_new_path()
1356 struct ocfs2_extent_list *root_el; in ocfs2_shift_tree_depth() local
1381 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()
1392 eb_el->l_next_free_rec = root_el->l_next_free_rec; in ocfs2_shift_tree_depth()
1393 for (i = 0; i < le16_to_cpu(root_el->l_next_free_rec); i++) in ocfs2_shift_tree_depth()
1394 eb_el->l_recs[i] = root_el in ocfs2_shift_tree_depth()
680 ocfs2_new_path(struct buffer_head *root_bh, struct ocfs2_extent_list *root_el, ocfs2_journal_access_func access) ocfs2_new_path() argument
1785 __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
1924 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
1997 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
2615 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el; ocfs2_unlink_subtree() local
7215 struct ocfs2_extent_list *root_el = &(di->id2.i_list); ocfs2_commit_truncate() local
[all...]
H A Dsuballoc.h57 * Please note that the caller must make sure that root_el is the root
62 struct ocfs2_extent_list *root_el,
H A Dsuballoc.c1018 struct ocfs2_extent_list *root_el, in ocfs2_reserve_new_metadata()
1022 ocfs2_extend_meta_needed(root_el), in ocfs2_reserve_new_metadata()
1017 ocfs2_reserve_new_metadata(struct ocfs2_super *osb, struct ocfs2_extent_list *root_el, struct ocfs2_alloc_context **ac) ocfs2_reserve_new_metadata() argument

Completed in 23 milliseconds