Home
last modified time | relevance | path

Searched refs:eo_fill_root_el (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ocfs2/
H A Dalloc.c115 void (*eo_fill_root_el)(struct ocfs2_extent_tree *et); member
168 .eo_fill_root_el = ocfs2_dinode_fill_root_el,
286 .eo_fill_root_el = ocfs2_xattr_value_fill_root_el,
332 .eo_fill_root_el = ocfs2_xattr_tree_fill_root_el,
380 .eo_fill_root_el = ocfs2_dx_root_fill_root_el,
425 .eo_fill_root_el = ocfs2_refcount_tree_fill_root_el,
445 et->et_ops->eo_fill_root_el(et); in __ocfs2_init_extent_tree()