OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chfs_str_pool
(Results
1 - 3
of
3
) 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);
chfs_pool.c
128
chfs_str_pool_init(struct
chfs_str_pool
*chsp, struct chfs_mount *chmp)
144
chfs_str_pool_destroy(struct
chfs_str_pool
*chsp)
160
chfs_str_pool_get(struct
chfs_str_pool
*chsp, size_t len, int flags)
185
chfs_str_pool_put(struct
chfs_str_pool
*chsp, char *str, size_t len)
chfs.h
425
struct
chfs_str_pool
chm_str_pool;
Completed in 38 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025