Searched refs:unode_pool (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/sys/isofs/udf/ |
H A D | udf_vfsops.c | 75 struct pool unode_pool; variable 105 pool_init(&unode_pool, sizeof(struct unode), 0, IPL_NONE, in udf_init() 576 up = pool_get(&unode_pool, PR_WAITOK | PR_ZERO); in udf_vget() 586 pool_put(&unode_pool, up); in udf_vget() 601 pool_put(&unode_pool, up); in udf_vget() 612 pool_put(&unode_pool, up); in udf_vget() 628 pool_put(&unode_pool, up); in udf_vget()
|
H A D | udf_extern.h | 64 extern struct pool unode_pool;
|
H A D | udf_vnops.c | 1200 pool_put(&unode_pool, up);
|