HomeSort by: relevance | last modified time | path
    Searched refs:chfs_ebh_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
ebh.h 196 * struct chfs_ebh_ops - collection of operations which
217 struct chfs_ebh_ops { struct
275 struct chfs_ebh_ops *ops;
ebh.c 1623 ebh->ops = kmem_alloc(sizeof(struct chfs_ebh_ops), KM_SLEEP);
1672 kmem_free(ebh->ops, sizeof(struct chfs_ebh_ops));
1707 kmem_free(ebh->ops, sizeof(struct chfs_ebh_ops));

Completed in 13 milliseconds