Searched refs:systems_dir (Results 1 – 2 of 2) sorted by relevance
656 static void *hypfs_create_lpar_files(struct dentry *systems_dir, void *part_hdr) in hypfs_create_lpar_files() argument666 lpar_dir = hypfs_mkdir(systems_dir, lpar_name); in hypfs_create_lpar_files()725 struct dentry *systems_dir, *hyp_dir; in hypfs_diag_create_files() local734 systems_dir = hypfs_mkdir(root, "systems"); in hypfs_diag_create_files()735 if (IS_ERR(systems_dir)) { in hypfs_diag_create_files()736 rc = PTR_ERR(systems_dir); in hypfs_diag_create_files()742 part_hdr = hypfs_create_lpar_files(systems_dir, part_hdr); in hypfs_diag_create_files()
118 static int hpyfs_vm_create_guest(struct dentry *systems_dir, in hpyfs_vm_create_guest() argument132 guest_dir = hypfs_mkdir(systems_dir, guest_name); in hpyfs_vm_create_guest()