chfs_str_pool
struct chfs_str_pool chm_str_pool;
chfs_str_pool_init(struct chfs_str_pool *chsp, struct chfs_mount *chmp)
chfs_str_pool_destroy(struct chfs_str_pool *chsp)
chfs_str_pool_get(struct chfs_str_pool *chsp, size_t len, int flags)
chfs_str_pool_put(struct chfs_str_pool *chsp, char *str, size_t len)
void chfs_str_pool_init(struct chfs_str_pool *, struct chfs_mount *);
void chfs_str_pool_destroy(struct chfs_str_pool *);
char * chfs_str_pool_get(struct chfs_str_pool *, size_t, int);
void chfs_str_pool_put(struct chfs_str_pool *, char *, size_t);