Home
last modified time | relevance | path

Searched refs:eo_fill_max_leaf_clusters (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c119 * ->eo_fill_max_leaf_clusters sets et->et_max_leaf_clusters if
123 void (*eo_fill_max_leaf_clusters)(struct ocfs2_extent_tree *et); member
334 .eo_fill_max_leaf_clusters = ocfs2_xattr_tree_fill_max_leaf_clusters,
447 if (!et->et_ops->eo_fill_max_leaf_clusters) in __ocfs2_init_extent_tree()
450 et->et_ops->eo_fill_max_leaf_clusters(et); in __ocfs2_init_extent_tree()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c117 * ->eo_fill_max_leaf_clusters sets et->et_max_leaf_clusters if
121 void (*eo_fill_max_leaf_clusters)(struct ocfs2_extent_tree *et); member
332 .eo_fill_max_leaf_clusters = ocfs2_xattr_tree_fill_max_leaf_clusters,
445 if (!et->et_ops->eo_fill_max_leaf_clusters) in __ocfs2_init_extent_tree()
448 et->et_ops->eo_fill_max_leaf_clusters(et); in __ocfs2_init_extent_tree()

Completed in 19 milliseconds