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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dhypfs_diag.c586 struct dentry *systems_dir, void *part_hdr)
596 lpar_dir = hypfs_mkdir(sb, systems_dir, lpar_name);
659 struct dentry *systems_dir, *hyp_dir; local
668 systems_dir = hypfs_mkdir(sb, root, "systems");
669 if (IS_ERR(systems_dir)) {
670 rc = PTR_ERR(systems_dir);
676 part_hdr = hypfs_create_lpar_files(sb, systems_dir, part_hdr);
585 hypfs_create_lpar_files(struct super_block *sb, struct dentry *systems_dir, void *part_hdr) argument
H A Dhypfs_vm.c114 struct dentry *systems_dir,
128 guest_dir = hypfs_mkdir(sb, systems_dir, guest_name);
113 hpyfs_vm_create_guest(struct super_block *sb, struct dentry *systems_dir, struct diag2fc_data *data) argument

Completed in 52 milliseconds