Searched refs:hypfs_create_str (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/s390/hypfs/ |
| H A D | hypfs_diag_fs.c | 230 return hypfs_create_str(cpu_dir, "type", buffer); in hypfs_create_cpu_files() 277 return hypfs_create_str(cpu_dir, "type", buffer); in hypfs_create_phys_cpu_files() 334 return hypfs_create_str(hyp_dir, "type", "LPAR Hypervisor"); in hypfs_diag_create_files()
|
| H A D | hypfs.h | 27 extern int hypfs_create_str(struct dentry *dir, const char *name, char *string);
|
| H A D | hypfs_vm_fs.c | 102 rc = hypfs_create_str(dir, "type", "z/VM Hypervisor"); in hypfs_vm_create_files()
|
| H A D | inode.c | 394 int hypfs_create_str(struct dentry *dir, const char *name, char *string) in hypfs_create_str() function
|