OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cd9660_node_pool
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/cd9660/
cd9660_node.c
60
struct pool
cd9660_node_pool
;
variable in typeref:struct:pool
72
pool_init(&
cd9660_node_pool
, sizeof(struct iso_node), 0, 0, 0,
92
pool_destroy(&
cd9660_node_pool
);
138
pool_put(&
cd9660_node_pool
, vp->v_data);
cd9660_extern.h
99
extern struct pool
cd9660_node_pool
;
cd9660_vfsops.c
770
ip = pool_get(&
cd9660_node_pool
, PR_WAITOK);
781
pool_put(&
cd9660_node_pool
, ip);
788
pool_put(&
cd9660_node_pool
, ip);
798
pool_put(&
cd9660_node_pool
, ip);
805
pool_put(&
cd9660_node_pool
, ip);
816
pool_put(&
cd9660_node_pool
, ip);
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025