Home
last modified time | relevance | path

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

/openbsd-src/sys/isofs/udf/
H A Dudf_vfsops.c75 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 Dudf_extern.h64 extern struct pool unode_pool;
H A Dudf_vnops.c1200 pool_put(&unode_pool, up);