| lfs_vfsops.c | 409 struct pool lfs_inode_pool; variable in typeref:struct:pool 567 pool_init(&lfs_inode_pool, sizeof(struct inode), 0, 0, 0, 606 pool_destroy(&lfs_inode_pool); 1731 ip = pool_get(&lfs_inode_pool, PR_WAITOK); 1764 pool_put(&lfs_inode_pool, ip);
|