Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/hypfs/
Dhypfs_diag.c725 struct dentry *systems_dir, *hyp_dir; in hypfs_diag_create_files() local
755 hyp_dir = hypfs_mkdir(root, "hyp"); in hypfs_diag_create_files()
756 if (IS_ERR(hyp_dir)) { in hypfs_diag_create_files()
757 rc = PTR_ERR(hyp_dir); in hypfs_diag_create_files()
760 ptr = hypfs_create_str(hyp_dir, "type", "LPAR Hypervisor"); in hypfs_diag_create_files()