HomeSort by: relevance | last modified time | path
    Searched defs:nfs_vattr_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/nfs/
nfs_node.c 64 struct pool nfs_vattr_pool; variable in typeref:struct:pool
88 pool_init(&nfs_vattr_pool, sizeof(struct vattr), 0, 0, 0, "nfsvapl",
104 pool_destroy(&nfs_vattr_pool);
134 np->n_vattr = pool_get(&nfs_vattr_pool, PR_WAITOK);
243 pool_put(&nfs_vattr_pool, np->n_vattr);

Completed in 23 milliseconds