hypfs_create_str
extern int hypfs_create_str(struct dentry *dir, const char *name, char *string);
return hypfs_create_str(cpu_dir, "type", buffer);
return hypfs_create_str(cpu_dir, "type", buffer);
return hypfs_create_str(hyp_dir, "type", "LPAR Hypervisor");
rc = hypfs_create_str(dir, "type", "z/VM Hypervisor");