Lines Matching refs:dentry
53 static struct dentry *dbfs_d204_file;
634 static int hypfs_create_cpu_files(struct dentry *cpus_dir, void *cpu_info) in hypfs_create_cpu_files()
636 struct dentry *cpu_dir; in hypfs_create_cpu_files()
664 static void *hypfs_create_lpar_files(struct dentry *systems_dir, void *part_hdr) in hypfs_create_lpar_files()
666 struct dentry *cpus_dir; in hypfs_create_lpar_files()
667 struct dentry *lpar_dir; in hypfs_create_lpar_files()
691 static int hypfs_create_phys_cpu_files(struct dentry *cpus_dir, void *cpu_info) in hypfs_create_phys_cpu_files()
693 struct dentry *cpu_dir; in hypfs_create_phys_cpu_files()
711 static void *hypfs_create_phys_files(struct dentry *parent_dir, void *phys_hdr) in hypfs_create_phys_files()
715 struct dentry *cpus_dir; in hypfs_create_phys_files()
731 int hypfs_diag_create_files(struct dentry *root) in hypfs_diag_create_files()
733 struct dentry *systems_dir, *hyp_dir; in hypfs_diag_create_files()