Searched refs:chfs_str_pool (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_pool.h47 struct chfs_str_pool { struct
74 * Functions to manipulate a chfs_str_pool.
77 void chfs_str_pool_init(struct chfs_str_pool *, struct chfs_mount *);
78 void chfs_str_pool_destroy(struct chfs_str_pool *);
79 char * chfs_str_pool_get(struct chfs_str_pool *, size_t, int);
80 void chfs_str_pool_put(struct chfs_str_pool *, char *, size_t);
H A Dchfs_pool.c131 chfs_str_pool_init(struct chfs_str_pool *chsp, struct chfs_mount *chmp)
147 chfs_str_pool_destroy(struct chfs_str_pool *chsp)
163 chfs_str_pool_get(struct chfs_str_pool *chsp, size_t len, int flags)
188 chfs_str_pool_put(struct chfs_str_pool *chsp, char *str, size_t len)
H A Dchfs.h432 struct chfs_str_pool chm_str_pool;

Completed in 60 milliseconds