Lines Matching refs:et_ops
177 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->eo_update_clusters(et, clusters); in ocfs2_et_update_clusters()
513 if (et->et_ops->eo_extent_map_insert) in ocfs2_et_extent_map_insert()
514 et->et_ops->eo_extent_map_insert(et, rec); in ocfs2_et_extent_map_insert()
520 if (et->et_ops->eo_extent_map_truncate) in ocfs2_et_extent_map_truncate()
521 et->et_ops->eo_extent_map_truncate(et, clusters); in ocfs2_et_extent_map_truncate()
537 if (et->et_ops->eo_extent_contig) in ocfs2_et_extent_contig()
538 return et->et_ops->eo_extent_contig(et, rec, insert_rec); in ocfs2_et_extent_contig()
550 if (et->et_ops->eo_insert_check) in ocfs2_et_insert_check()
551 ret = et->et_ops->eo_insert_check(et, rec); in ocfs2_et_insert_check()
559 if (et->et_ops->eo_sanity_check) in ocfs2_et_sanity_check()
560 ret = et->et_ops->eo_sanity_check(et); in ocfs2_et_sanity_check()