chfs_ebh_ops
ebh->ops = kmem_alloc(sizeof(struct chfs_ebh_ops), KM_SLEEP);
kmem_free(ebh->ops, sizeof(struct chfs_ebh_ops));
struct chfs_ebh_ops *ops;