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

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

Completed in 173 milliseconds