Searched refs:systems_dir (Results 1 – 2 of 2) sorted by relevance
502 static void *hypfs_create_lpar_files(struct dentry *systems_dir, void *part_hdr) in hypfs_create_lpar_files() argument512 lpar_dir = hypfs_mkdir(systems_dir, lpar_name); in hypfs_create_lpar_files()571 struct dentry *systems_dir, *hyp_dir; in hypfs_diag_create_files() local580 systems_dir = hypfs_mkdir(root, "systems"); in hypfs_diag_create_files()581 if (IS_ERR(systems_dir)) { in hypfs_diag_create_files()582 rc = PTR_ERR(systems_dir); in hypfs_diag_create_files()588 part_hdr = hypfs_create_lpar_files(systems_dir, part_hdr); in hypfs_diag_create_files()
121 static int hypfs_vm_create_guest(struct dentry *systems_dir, in hypfs_vm_create_guest() argument135 guest_dir = hypfs_mkdir(systems_dir, guest_name); in hypfs_vm_create_guest()