Searched refs:ocfs2_extent_list (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/fs/ocfs2/ |
D | alloc.h | 43 struct ocfs2_extent_list *et_root_el; 141 static inline int ocfs2_extend_meta_needed(struct ocfs2_extent_list *root_el) in ocfs2_extend_meta_needed() 224 struct ocfs2_extent_list *root_el, u32 cpos, 226 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster); 232 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() 271 struct ocfs2_extent_list *el;
|
D | alloc.c | 681 struct ocfs2_extent_list *root_el, in ocfs2_new_path() 766 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() 951 struct ocfs2_extent_list *el = NULL; in ocfs2_num_free_extents() 1077 static inline u32 ocfs2_sum_rightmost_rec(struct ocfs2_extent_list *el) in ocfs2_sum_rightmost_rec() 1096 struct ocfs2_extent_list *el; in ocfs2_adjust_rightmost_branch() 1155 struct ocfs2_extent_list *eb_el; in ocfs2_add_branch() 1156 struct ocfs2_extent_list *el; in ocfs2_add_branch() 1356 struct ocfs2_extent_list *root_el; in ocfs2_shift_tree_depth() 1357 struct ocfs2_extent_list *eb_el; in ocfs2_shift_tree_depth() 1455 struct ocfs2_extent_list *el; in ocfs2_find_branch_target() [all …]
|
D | extent_map.h | 48 struct ocfs2_extent_list *el, 56 struct ocfs2_extent_list *el,
|
D | ocfs2_fs.h | 458 struct ocfs2_extent_list { struct 520 /*30*/ struct ocfs2_extent_list h_list; /* Extent record list */ 727 struct ocfs2_extent_list i_list; 843 struct ocfs2_extent_list dr_list; /* Keep this aligned to 128 913 /*140*/ struct ocfs2_extent_list bg_list; 969 struct ocfs2_extent_list rf_list; /* Extent record list, 1035 /*10*/ struct ocfs2_extent_list xr_list; /* Extent record list */ 1048 /*10*/ struct ocfs2_extent_list xt_list; /* Extent record list */
|
D | extent_map.c | 281 struct ocfs2_extent_list *el; in ocfs2_last_eb_is_empty() 316 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, in ocfs2_search_for_hole_index() 344 struct ocfs2_extent_list *el, in ocfs2_figure_hole_clusters() 405 struct ocfs2_extent_list *el; in ocfs2_get_clusters_nocache() 532 struct ocfs2_extent_list *el, in ocfs2_xattr_get_clusters()
|
D | suballoc.h | 62 struct ocfs2_extent_list *root_el,
|
D | journal.h | 517 struct ocfs2_extent_list *root_el) in ocfs2_calc_extend_credits()
|
D | xattr.c | 1105 struct ocfs2_extent_list *el; in ocfs2_xattr_get_value_outside() 2650 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() 2740 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() 3197 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() 3222 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need() 3684 struct ocfs2_extent_list *el) in ocfs2_xattr_get_rec() 3927 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find() 4082 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block() 5271 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_add_new_xattr_bucket() 5894 struct ocfs2_extent_list *el = &xv->xr_list; in ocfs2_xattr_value_attach_refcount() [all …]
|
D | suballoc.c | 323 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() 496 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig() 550 struct ocfs2_extent_list *el; in ocfs2_bg_alloc_cleanup() 1018 struct ocfs2_extent_list *root_el, in ocfs2_reserve_new_metadata()
|
D | refcounttree.c | 959 struct ocfs2_extent_list *el, in ocfs2_get_refcount_cpos_end() 968 struct ocfs2_extent_list *tmp_el; in ocfs2_get_refcount_cpos_end() 1065 struct ocfs2_extent_list *el; in ocfs2_get_refcount_rec() 1662 struct ocfs2_extent_list *el; in ocfs2_adjust_refcount_rec() 2628 struct ocfs2_extent_list *el, in ocfs2_refcount_cal_cow_clusters() 3066 struct ocfs2_extent_list *el; in ocfs2_clear_ext_refcount()
|
D | file.c | 1675 static int ocfs2_find_rec(struct ocfs2_extent_list *el, u32 pos) in ocfs2_find_rec() 1700 struct ocfs2_extent_list *el, in ocfs2_calc_trunc_pos() 1767 struct ocfs2_extent_list *el = NULL; in ocfs2_remove_inode_range()
|
D | move_extents.c | 59 struct ocfs2_extent_list *el; in __ocfs2_move_extent()
|
D | dir.c | 764 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup_rec() 843 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup() 902 struct ocfs2_extent_list *dr_el; in ocfs2_dx_dir_search() 3157 struct ocfs2_extent_list *el = &fe->id2.i_list; in ocfs2_extend_dir()
|
D | namei.c | 517 struct ocfs2_extent_list *fel; in __ocfs2_mknod_locked()
|