Searched refs:nfs_node_pool (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/sys/nfs/ |
| H A D | nfs_node.c | 55 struct pool nfs_node_pool; variable 122 np = pool_get(&nfs_node_pool, PR_WAITOK | PR_ZERO); in nfs_nget() 127 pool_put(&nfs_node_pool, np); in nfs_nget() 238 pool_put(&nfs_node_pool, vp->v_data); in nfs_reclaim()
|
| H A D | nfs_debug.c | 67 pool_walk(&nfs_node_pool, full, db_printf, nfs_node_print); in db_show_all_nfsnodes()
|
| H A D | nfs.h | 311 extern struct pool nfs_node_pool;
|
| H A D | nfs_subs.c | 908 extern struct pool nfs_node_pool; in nfs_vfs_init() 912 pool_init(&nfs_node_pool, sizeof(struct nfsnode), 0, IPL_NONE, in nfs_vfs_init()
|