Lines Matching refs:et_ops
177 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
185 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
239 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
437 et->et_ops = ops;
446 et->et_ops->eo_fill_root_el(et);
447 if (!et->et_ops->eo_fill_max_leaf_clusters)
450 et->et_ops->eo_fill_max_leaf_clusters(et);
496 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk);
501 return et->et_ops->eo_get_last_eb_blk(et);
507 et->et_ops->eo_update_clusters(et, clusters);
513 if (et->et_ops->eo_extent_map_insert)
514 et->et_ops->eo_extent_map_insert(et, rec);
520 if (et->et_ops->eo_extent_map_truncate)
521 et->et_ops->eo_extent_map_truncate(et, clusters);
537 if (et->et_ops->eo_extent_contig)
538 return et->et_ops->eo_extent_contig(et, rec, insert_rec);
550 if (et->et_ops->eo_insert_check)
551 ret = et->et_ops->eo_insert_check(et, rec);
559 if (et->et_ops->eo_sanity_check)
560 ret = et->et_ops->eo_sanity_check(et);