OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nilfs_node_pool
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/nilfs/
nilfs.h
104
extern struct pool
nilfs_node_pool
;
nilfs_vfsops.c
79
struct pool
nilfs_node_pool
;
variable in typeref:struct:pool
209
pool_init(&
nilfs_node_pool
, size, 0, 0, 0,
210
"
nilfs_node_pool
", NULL, IPL_NONE);
225
pool_destroy(&
nilfs_node_pool
);
nilfs_subr.c
672
node = pool_get(&
nilfs_node_pool
, PR_WAITOK);
721
pool_put(&
nilfs_node_pool
, node);
Completed in 14 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025