Lines Matching refs:et_ops
175 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
183 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
237 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
435 et->et_ops = ops;
444 et->et_ops->eo_fill_root_el(et);
445 if (!et->et_ops->eo_fill_max_leaf_clusters)
448 et->et_ops->eo_fill_max_leaf_clusters(et);
494 et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk);
499 return et->et_ops->eo_get_last_eb_blk(et);
505 et->et_ops->eo_update_clusters(et, clusters);
511 if (et->et_ops->eo_extent_map_insert)
512 et->et_ops->eo_extent_map_insert(et, rec);
518 if (et->et_ops->eo_extent_map_truncate)
519 et->et_ops->eo_extent_map_truncate(et, clusters);
535 if (et->et_ops->eo_extent_contig)
536 return et->et_ops->eo_extent_contig(et, rec, insert_rec);
548 if (et->et_ops->eo_insert_check)
549 ret = et->et_ops->eo_insert_check(et, rec);
557 if (et->et_ops->eo_sanity_check)
558 ret = et->et_ops->eo_sanity_check(et);