chfs_vfsops.c | 103 struct pool chfs_inode_pool; variable in typeref:struct:pool 489 ip = pool_get(&chfs_inode_pool, PR_WAITOK); 636 pool_put(&chfs_inode_pool, ip); 751 pool_init(&chfs_inode_pool, sizeof(struct chfs_inode), 0, 0, 0, 770 pool_destroy(&chfs_inode_pool);
|