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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dhypfs_diag.c659 struct dentry *systems_dir, *hyp_dir; local
689 hyp_dir = hypfs_mkdir(sb, root, "hyp");
690 if (IS_ERR(hyp_dir)) {
691 rc = PTR_ERR(hyp_dir);
694 ptr = hypfs_create_str(sb, hyp_dir, "type", "LPAR Hypervisor");

Completed in 58 milliseconds