Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/chfs/
H A Dchfs_pool.h47 struct chfs_str_pool { struct
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.c128 chfs_str_pool_init(struct chfs_str_pool *chsp, struct chfs_mount *chmp) in chfs_str_pool_init()
144 chfs_str_pool_destroy(struct chfs_str_pool *chsp) in chfs_str_pool_destroy()
160 chfs_str_pool_get(struct chfs_str_pool *chsp, size_t len, int flags) in chfs_str_pool_get()
185 chfs_str_pool_put(struct chfs_str_pool *chsp, char *str, size_t len) in chfs_str_pool_put()
H A Dchfs.h425 struct chfs_str_pool chm_str_pool;