v7fs_vfsops.c | 70 struct pool v7fs_node_pool; variable in typeref:struct:pool 450 v7fs_node = pool_get(&v7fs_node_pool, PR_WAITOK); 534 pool_init(&v7fs_node_pool, sizeof(struct v7fs_node), 0, 0, 0, 535 "v7fs_node_pool", &pool_allocator_nointr, IPL_NONE); 551 pool_destroy(&v7fs_node_pool);
|