hypfs.h (498495dba268b20e8eadd7fe93c140c68b6cc9d2) hypfs.h (f36108c46288ddd625688d852935490688069f71)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Hypervisor filesystem for Linux on s390.
4 *
5 * Copyright IBM Corp. 2006
6 * Author(s): Michael Holzheu <holzheu@de.ibm.com>
7 */
8

--- 29 unchanged lines hidden (view full) ---

38extern void hypfs_vm_exit(void);
39extern int hypfs_vm_create_files(struct dentry *root);
40
41/* VM diagnose 0c */
42int hypfs_diag0c_init(void);
43void hypfs_diag0c_exit(void);
44
45/* Set Partition-Resource Parameter */
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Hypervisor filesystem for Linux on s390.
4 *
5 * Copyright IBM Corp. 2006
6 * Author(s): Michael Holzheu <holzheu@de.ibm.com>
7 */
8

--- 29 unchanged lines hidden (view full) ---

38extern void hypfs_vm_exit(void);
39extern int hypfs_vm_create_files(struct dentry *root);
40
41/* VM diagnose 0c */
42int hypfs_diag0c_init(void);
43void hypfs_diag0c_exit(void);
44
45/* Set Partition-Resource Parameter */
46int hypfs_sprp_init(void);
46void hypfs_sprp_init(void);
47void hypfs_sprp_exit(void);
48
49/* debugfs interface */
50struct hypfs_dbfs_file;
51
52struct hypfs_dbfs_data {
53 void *buf;
54 void *buf_free_ptr;

--- 9 unchanged lines hidden (view full) ---

64 long (*unlocked_ioctl) (struct file *, unsigned int,
65 unsigned long);
66
67 /* Private data for hypfs_dbfs.c */
68 struct mutex lock;
69 struct dentry *dentry;
70};
71
47void hypfs_sprp_exit(void);
48
49/* debugfs interface */
50struct hypfs_dbfs_file;
51
52struct hypfs_dbfs_data {
53 void *buf;
54 void *buf_free_ptr;

--- 9 unchanged lines hidden (view full) ---

64 long (*unlocked_ioctl) (struct file *, unsigned int,
65 unsigned long);
66
67 /* Private data for hypfs_dbfs.c */
68 struct mutex lock;
69 struct dentry *dentry;
70};
71
72extern int hypfs_dbfs_init(void);
72extern void hypfs_dbfs_init(void);
73extern void hypfs_dbfs_exit(void);
73extern void hypfs_dbfs_exit(void);
74extern int hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
74extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df);
75extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
76
77#endif /* _HYPFS_H_ */
75extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df);
76
77#endif /* _HYPFS_H_ */