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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_diag.c700 struct dentry *systems_dir, void *part_hdr)
710 lpar_dir = hypfs_mkdir(sb, systems_dir, lpar_name);
773 struct dentry *systems_dir, *hyp_dir; local
782 systems_dir = hypfs_mkdir(sb, root, "systems");
783 if (IS_ERR(systems_dir)) {
784 rc = PTR_ERR(systems_dir);
790 part_hdr = hypfs_create_lpar_files(sb, systems_dir, part_hdr);
699 hypfs_create_lpar_files(struct super_block *sb, struct dentry *systems_dir, void *part_hdr) argument
H A Dhypfs_vm.c121 struct dentry *systems_dir,
135 guest_dir = hypfs_mkdir(sb, systems_dir, guest_name);
120 hpyfs_vm_create_guest(struct super_block *sb, struct dentry *systems_dir, struct diag2fc_data *data) argument

Completed in 89 milliseconds