Home
last modified time | relevance | path

Searched refs:et_ops (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c177 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_set_last_eb_blk()
185 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_get_last_eb_blk()
239 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_sanity_check()
437 et->et_ops = ops; in __ocfs2_init_extent_tree()
446 et->et_ops->eo_fill_root_el(et); in __ocfs2_init_extent_tree()
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()
496 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_et_set_last_eb_blk()
501 return et->et_ops->eo_get_last_eb_blk(et); in ocfs2_et_get_last_eb_blk()
507 et->et_ops in ocfs2_et_update_clusters()
[all...]
H A Dalloc.h43 const struct ocfs2_extent_tree_operations *et_ops; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c175 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_set_last_eb_blk()
183 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_get_last_eb_blk()
237 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_sanity_check()
435 et->et_ops = ops; in __ocfs2_init_extent_tree()
444 et->et_ops->eo_fill_root_el(et); in __ocfs2_init_extent_tree()
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()
494 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_et_set_last_eb_blk()
499 return et->et_ops->eo_get_last_eb_blk(et); in ocfs2_et_get_last_eb_blk()
505 et->et_ops in ocfs2_et_update_clusters()
[all...]
H A Dalloc.h41 const struct ocfs2_extent_tree_operations *et_ops; member

Completed in 14 milliseconds