HomeSort by: relevance | last modified time | path
    Searched defs:chfs_str_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_pool.h 47 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);

Completed in 11 milliseconds