msdosfs_denode.c | 114 static struct pool fh_pool; variable in typeref:struct:pool 142 pool_init(&fh_pool, sizeof(struct fh_node), 0, 0, 0, 162 pool_destroy(&fh_pool); 662 fhp = pool_get(&fh_pool, PR_WAITOK); 692 pool_put(&fh_pool, fhp); 733 pool_put(&fh_pool, fhp);
|