Home
last modified time | relevance | path

Searched refs:systems_dir (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c232 static void *hypfs_create_lpar_files(struct dentry *systems_dir, void *part_hdr) in hypfs_create_lpar_files() argument
242 lpar_dir = hypfs_mkdir(systems_dir, lpar_name); in hypfs_create_lpar_files()
303 struct dentry *systems_dir, *hyp_dir; in hypfs_diag_create_files() local
315 systems_dir = hypfs_mkdir(root, "systems"); in hypfs_diag_create_files()
316 if (IS_ERR(systems_dir)) { in hypfs_diag_create_files()
317 rc = PTR_ERR(systems_dir); in hypfs_diag_create_files()
323 part_hdr = hypfs_create_lpar_files(systems_dir, part_hdr); in hypfs_diag_create_files()
H A Dhypfs_vm_fs.c28 static int hypfs_vm_create_guest(struct dentry *systems_dir, in hypfs_vm_create_guest() argument
42 guest_dir = hypfs_mkdir(systems_dir, guest_name); in hypfs_vm_create_guest()