Searched refs:ocfs2_extent_list (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | alloc.h | 59 struct ocfs2_extent_list *et_root_el; 157 static inline int ocfs2_extend_meta_needed(struct ocfs2_extent_list *root_el) in ocfs2_extend_meta_needed() 238 struct ocfs2_extent_list *root_el, u32 cpos, 240 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster); 246 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() 285 struct ocfs2_extent_list *el;
|
D | alloc.c | 688 struct ocfs2_extent_list *root_el, in ocfs2_new_path() 773 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() 963 struct ocfs2_extent_list *el = NULL; in ocfs2_num_free_extents() 1090 static inline u32 ocfs2_sum_rightmost_rec(struct ocfs2_extent_list *el) in ocfs2_sum_rightmost_rec() 1109 struct ocfs2_extent_list *el; in ocfs2_adjust_rightmost_branch() 1168 struct ocfs2_extent_list *eb_el; in ocfs2_add_branch() 1169 struct ocfs2_extent_list *el; in ocfs2_add_branch() 1349 struct ocfs2_extent_list *root_el; in ocfs2_shift_tree_depth() 1350 struct ocfs2_extent_list *eb_el; in ocfs2_shift_tree_depth() 1438 struct ocfs2_extent_list *el; in ocfs2_find_branch_target() [all …]
|
D | extent_map.h | 60 struct ocfs2_extent_list *el, 68 struct ocfs2_extent_list *el,
|
D | ocfs2_fs.h | 500 struct ocfs2_extent_list { struct 562 /*30*/ struct ocfs2_extent_list h_list; /* Extent record list */ 769 struct ocfs2_extent_list i_list; 885 struct ocfs2_extent_list dr_list; /* Keep this aligned to 128 955 /*140*/ struct ocfs2_extent_list bg_list; 1011 struct ocfs2_extent_list rf_list; /* Extent record list, 1077 /*10*/ struct ocfs2_extent_list xr_list; /* Extent record list */ 1090 /*10*/ struct ocfs2_extent_list xt_list; /* Extent record list */
|
D | extent_map.c | 295 struct ocfs2_extent_list *el; in ocfs2_last_eb_is_empty() 330 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, in ocfs2_search_for_hole_index() 358 struct ocfs2_extent_list *el, in ocfs2_figure_hole_clusters() 419 struct ocfs2_extent_list *el; in ocfs2_get_clusters_nocache() 545 struct ocfs2_extent_list *el, in ocfs2_xattr_get_clusters()
|
D | journal.h | 532 struct ocfs2_extent_list *root_el) in ocfs2_calc_extend_credits() 595 struct ocfs2_extent_list *last_el) in ocfs2_calc_tree_trunc_credits()
|
D | suballoc.h | 78 struct ocfs2_extent_list *root_el,
|
D | xattr.c | 1101 struct ocfs2_extent_list *el; in ocfs2_xattr_get_value_outside() 2645 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() 2735 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() 3192 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() 3217 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need() 3677 struct ocfs2_extent_list *el) in ocfs2_xattr_get_rec() 3925 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 | refcounttree.c | 969 struct ocfs2_extent_list *el, in ocfs2_get_refcount_cpos_end() 978 struct ocfs2_extent_list *tmp_el; in ocfs2_get_refcount_cpos_end() 1075 struct ocfs2_extent_list *el; in ocfs2_get_refcount_rec() 1676 struct ocfs2_extent_list *el; in ocfs2_adjust_refcount_rec() 2648 struct ocfs2_extent_list *el, in ocfs2_refcount_cal_cow_clusters() 3079 struct ocfs2_extent_list *el; in ocfs2_clear_ext_refcount()
|
D | suballoc.c | 356 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() 530 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig() 584 struct ocfs2_extent_list *el; in ocfs2_bg_alloc_cleanup() 1052 struct ocfs2_extent_list *root_el, in ocfs2_reserve_new_metadata()
|
D | file.c | 1592 static int ocfs2_find_rec(struct ocfs2_extent_list *el, u32 pos) in ocfs2_find_rec() 1617 struct ocfs2_extent_list *el, in ocfs2_calc_trunc_pos() 1684 struct ocfs2_extent_list *el = NULL; in ocfs2_remove_inode_range()
|
D | move_extents.c | 68 struct ocfs2_extent_list *el; in __ocfs2_move_extent()
|
D | dir.c | 792 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup_rec() 872 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup() 931 struct ocfs2_extent_list *dr_el; in ocfs2_dx_dir_search() 3195 struct ocfs2_extent_list *el = &fe->id2.i_list; in ocfs2_extend_dir()
|
D | namei.c | 509 struct ocfs2_extent_list *fel; in __ocfs2_mknod_locked()
|