Searched refs:et_root_el (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 113 * ->eo_fill_root_el() takes et->et_object and sets et->et_root_el. 249 et->et_root_el = &di->id2.i_list; in ocfs2_dinode_fill_root_el() 257 et->et_root_el = &vb->vb_xv->xr_list; in ocfs2_xattr_value_fill_root_el() 294 et->et_root_el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_xattr_tree_fill_root_el() 373 et->et_root_el = &dx_root->dr_list; in ocfs2_dx_root_fill_root_el() 388 et->et_root_el = &rb->rf_list; in ocfs2_refcount_tree_fill_root_el() 710 return ocfs2_new_path(et->et_root_bh, et->et_root_el, in ocfs2_new_path_from_et() 958 el = et->et_root_el; in ocfs2_num_free_extents() 1167 el = et->et_root_el; in ocfs2_add_branch() 1176 root_end = ocfs2_sum_rightmost_rec(et->et_root_el); in ocfs2_add_branch() [all...] |
H A D | alloc.h | 45 struct ocfs2_extent_list *et_root_el; member
|
H A D | move_extents.c | 166 extra_blocks += ocfs2_extend_meta_needed(et->et_root_el); in ocfs2_lock_meta_allocator_move_extents() 175 *credits += ocfs2_calc_extend_credits(osb->sb, et->et_root_el); in ocfs2_lock_meta_allocator_move_extents()
|
H A D | refcounttree.c | 2491 *meta_add += ocfs2_extend_meta_needed(et.et_root_el); in ocfs2_calc_refcount_meta_credits() 2493 et.et_root_el); in ocfs2_calc_refcount_meta_credits() 2858 ocfs2_extend_meta_needed(et->et_root_el); in ocfs2_lock_refcount_allocators() 2860 *credits += ocfs2_calc_extend_credits(sb, et->et_root_el); in ocfs2_lock_refcount_allocators() 3610 et.et_root_el); in ocfs2_refcounted_xattr_delete_need() 3698 ref_blocks = ocfs2_extend_meta_needed(data_et->et_root_el); in ocfs2_add_refcount_flag()
|
H A D | suballoc.c | 2660 ret = ocfs2_reserve_new_metadata(osb, et->et_root_el, meta_ac); in ocfs2_lock_allocators()
|
H A D | xattr.c | 6803 metas.num_metas += ocfs2_extend_meta_needed(xt_et->et_root_el); in ocfs2_lock_reflink_xattr_rec_allocators() 6806 xt_et->et_root_el); in ocfs2_lock_reflink_xattr_rec_allocators()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 111 * ->eo_fill_root_el() takes et->et_object and sets et->et_root_el. 247 et->et_root_el = &di->id2.i_list; in ocfs2_dinode_fill_root_el() 255 et->et_root_el = &vb->vb_xv->xr_list; in ocfs2_xattr_value_fill_root_el() 292 et->et_root_el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_xattr_tree_fill_root_el() 371 et->et_root_el = &dx_root->dr_list; in ocfs2_dx_root_fill_root_el() 386 et->et_root_el = &rb->rf_list; in ocfs2_refcount_tree_fill_root_el() 708 return ocfs2_new_path(et->et_root_bh, et->et_root_el, in ocfs2_new_path_from_et() 956 el = et->et_root_el; in ocfs2_num_free_extents() 1165 el = et->et_root_el; in ocfs2_add_branch() 1174 root_end = ocfs2_sum_rightmost_rec(et->et_root_el); in ocfs2_add_branch() [all...] |
H A D | alloc.h | 43 struct ocfs2_extent_list *et_root_el; member
|
H A D | move_extents.c | 164 extra_blocks += ocfs2_extend_meta_needed(et->et_root_el); in ocfs2_lock_meta_allocator_move_extents() 173 *credits += ocfs2_calc_extend_credits(osb->sb, et->et_root_el); in ocfs2_lock_meta_allocator_move_extents()
|
H A D | refcounttree.c | 2489 *meta_add += ocfs2_extend_meta_needed(et.et_root_el); in ocfs2_calc_refcount_meta_credits() 2491 et.et_root_el); in ocfs2_calc_refcount_meta_credits() 2856 ocfs2_extend_meta_needed(et->et_root_el); in ocfs2_lock_refcount_allocators() 2858 *credits += ocfs2_calc_extend_credits(sb, et->et_root_el); in ocfs2_lock_refcount_allocators() 3581 et.et_root_el); in ocfs2_refcounted_xattr_delete_need() 3669 ref_blocks = ocfs2_extend_meta_needed(data_et->et_root_el); in ocfs2_add_refcount_flag()
|
H A D | suballoc.c | 2658 ret = ocfs2_reserve_new_metadata(osb, et->et_root_el, meta_ac); in ocfs2_lock_allocators()
|
H A D | xattr.c | 6797 metas.num_metas += ocfs2_extend_meta_needed(xt_et->et_root_el); in ocfs2_lock_reflink_xattr_rec_allocators() 6800 xt_et->et_root_el); in ocfs2_lock_reflink_xattr_rec_allocators()
|
Completed in 48 milliseconds