lfs_vfsops.c | 400 struct pool lfs_inode_pool; variable in typeref:struct:pool 558 pool_init(&lfs_inode_pool, sizeof(struct inode), 0, 0, 0, 597 pool_destroy(&lfs_inode_pool); 1675 ip = pool_get(&lfs_inode_pool, PR_WAITOK); 1708 pool_put(&lfs_inode_pool, ip);
|