Searched refs:systems_dir (Results 1 – 2 of 2) sorted by relevance
/arch/s390/hypfs/ |
D | hypfs_diag.c | 590 struct dentry *systems_dir, void *part_hdr) in hypfs_create_lpar_files() argument 600 lpar_dir = hypfs_mkdir(sb, systems_dir, lpar_name); in hypfs_create_lpar_files() 663 struct dentry *systems_dir, *hyp_dir; in hypfs_diag_create_files() local 672 systems_dir = hypfs_mkdir(sb, root, "systems"); in hypfs_diag_create_files() 673 if (IS_ERR(systems_dir)) { in hypfs_diag_create_files() 674 rc = PTR_ERR(systems_dir); in hypfs_diag_create_files() 680 part_hdr = hypfs_create_lpar_files(sb, systems_dir, part_hdr); in hypfs_diag_create_files()
|
D | hypfs_vm.c | 114 struct dentry *systems_dir, in hpyfs_vm_create_guest() argument 128 guest_dir = hypfs_mkdir(sb, systems_dir, guest_name); in hpyfs_vm_create_guest()
|