Home
last modified time | relevance | path

Searched refs:hypfs_create_str (Results 1 – 4 of 4) sorted by relevance

/arch/s390/hypfs/
Dhypfs.h28 extern struct dentry *hypfs_create_str(struct dentry *dir, const char *name,
Dhypfs_diag.c498 rc = hypfs_create_str(cpu_dir, "type", buffer); in hypfs_create_cpu_files()
545 rc = hypfs_create_str(cpu_dir, "type", buffer); in hypfs_create_phys_cpu_files()
607 ptr = hypfs_create_str(hyp_dir, "type", "LPAR Hypervisor"); in hypfs_diag_create_files()
Dhypfs_vm.c198 file = hypfs_create_str(dir, "type", "z/VM Hypervisor"); in hypfs_vm_create_files()
Dinode.c426 struct dentry *hypfs_create_str(struct dentry *dir, in hypfs_create_str() function