ext2fs_vfsops.c | 267 struct pool ext2fs_inode_pool; variable in typeref:struct:pool 275 pool_init(&ext2fs_inode_pool, sizeof(struct inode), 0, 0, 0, 291 pool_destroy(&ext2fs_inode_pool); 1040 ip = pool_get(&ext2fs_inode_pool, PR_WAITOK); 1053 pool_put(&ext2fs_inode_pool, ip);
|