lfs_vfsops.c | 402 struct pool lfs_inoext_pool; variable in typeref:struct:pool 562 pool_init(&lfs_inoext_pool, sizeof(struct lfs_inode_ext), 8, 0, 0, 599 pool_destroy(&lfs_inoext_pool); 1679 ip->inode_ext.lfs = pool_get(&lfs_inoext_pool, PR_WAITOK); 1706 pool_put(&lfs_inoext_pool, ip->inode_ext.lfs);
|