Searched refs:chfs_ebh_ops (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/ufs/chfs/
H A Debh.h196 * struct chfs_ebh_ops - collection of operations which
217 struct chfs_ebh_ops { struct
275 struct chfs_ebh_ops *ops;
H A Debh.c1623 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 75 milliseconds