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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_diag.c773 struct dentry *systems_dir, *hyp_dir; local
803 hyp_dir = hypfs_mkdir(sb, root, "hyp");
804 if (IS_ERR(hyp_dir)) {
805 rc = PTR_ERR(hyp_dir);
808 ptr = hypfs_create_str(sb, hyp_dir, "type", "LPAR Hypervisor");

Completed in 114 milliseconds