Lines Matching refs:et_ops
183 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_set_last_eb_blk()
191 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_get_last_eb_blk()
245 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_sanity_check()
443 et->et_ops = ops; in __ocfs2_init_extent_tree()
451 et->et_ops->eo_fill_root_el(et); in __ocfs2_init_extent_tree()
452 if (!et->et_ops->eo_fill_max_leaf_clusters) in __ocfs2_init_extent_tree()
455 et->et_ops->eo_fill_max_leaf_clusters(et); in __ocfs2_init_extent_tree()
501 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk); in ocfs2_et_set_last_eb_blk()
506 return et->et_ops->eo_get_last_eb_blk(et); in ocfs2_et_get_last_eb_blk()
512 et->et_ops->eo_update_clusters(et, clusters); in ocfs2_et_update_clusters()
518 if (et->et_ops->eo_extent_map_insert) in ocfs2_et_extent_map_insert()
519 et->et_ops->eo_extent_map_insert(et, rec); in ocfs2_et_extent_map_insert()
525 if (et->et_ops->eo_extent_map_truncate) in ocfs2_et_extent_map_truncate()
526 et->et_ops->eo_extent_map_truncate(et, clusters); in ocfs2_et_extent_map_truncate()
542 if (et->et_ops->eo_extent_contig) in ocfs2_et_extent_contig()
543 return et->et_ops->eo_extent_contig(et, rec, insert_rec); in ocfs2_et_extent_contig()
555 if (et->et_ops->eo_insert_check) in ocfs2_et_insert_check()
556 ret = et->et_ops->eo_insert_check(et, rec); in ocfs2_et_insert_check()
564 if (et->et_ops->eo_sanity_check) in ocfs2_et_sanity_check()
565 ret = et->et_ops->eo_sanity_check(et); in ocfs2_et_sanity_check()