Home
last modified time | relevance | path

Searched refs:nfs_node_pool (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/nfs/
H A Dnfs_node.c55 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 Dnfs_debug.c67 pool_walk(&nfs_node_pool, full, db_printf, nfs_node_print); in db_show_all_nfsnodes()
H A Dnfs.h311 extern struct pool nfs_node_pool;
H A Dnfs_subs.c908 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()