et_ops 177 fs/ocfs2/alloc.c BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); et_ops 185 fs/ocfs2/alloc.c BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); et_ops 239 fs/ocfs2/alloc.c BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); et_ops 437 fs/ocfs2/alloc.c et->et_ops = ops; et_ops 446 fs/ocfs2/alloc.c et->et_ops->eo_fill_root_el(et); et_ops 447 fs/ocfs2/alloc.c if (!et->et_ops->eo_fill_max_leaf_clusters) et_ops 450 fs/ocfs2/alloc.c et->et_ops->eo_fill_max_leaf_clusters(et); et_ops 496 fs/ocfs2/alloc.c et->et_ops->eo_set_last_eb_blk(et, new_last_eb_blk); et_ops 501 fs/ocfs2/alloc.c return et->et_ops->eo_get_last_eb_blk(et); et_ops 507 fs/ocfs2/alloc.c et->et_ops->eo_update_clusters(et, clusters); et_ops 513 fs/ocfs2/alloc.c if (et->et_ops->eo_extent_map_insert) et_ops 514 fs/ocfs2/alloc.c et->et_ops->eo_extent_map_insert(et, rec); et_ops 520 fs/ocfs2/alloc.c if (et->et_ops->eo_extent_map_truncate) et_ops 521 fs/ocfs2/alloc.c et->et_ops->eo_extent_map_truncate(et, clusters); et_ops 537 fs/ocfs2/alloc.c if (et->et_ops->eo_extent_contig) et_ops 538 fs/ocfs2/alloc.c return et->et_ops->eo_extent_contig(et, rec, insert_rec); et_ops 550 fs/ocfs2/alloc.c if (et->et_ops->eo_insert_check) et_ops 551 fs/ocfs2/alloc.c ret = et->et_ops->eo_insert_check(et, rec); et_ops 559 fs/ocfs2/alloc.c if (et->et_ops->eo_sanity_check) et_ops 560 fs/ocfs2/alloc.c ret = et->et_ops->eo_sanity_check(et); et_ops 43 fs/ocfs2/alloc.h const struct ocfs2_extent_tree_operations *et_ops;