xref: /linux-6.15/include/linux/ceph/debugfs.h (revision 072eaf3c)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
23d14c5d2SYehuda Sadeh #ifndef _FS_CEPH_DEBUGFS_H
33d14c5d2SYehuda Sadeh #define _FS_CEPH_DEBUGFS_H
43d14c5d2SYehuda Sadeh 
5a1ce3928SDavid Howells #include <linux/ceph/types.h>
63d14c5d2SYehuda Sadeh 
73d14c5d2SYehuda Sadeh /* debugfs.c */
8*1a829ff2SGreg Kroah-Hartman extern void ceph_debugfs_init(void);
93d14c5d2SYehuda Sadeh extern void ceph_debugfs_cleanup(void);
10*1a829ff2SGreg Kroah-Hartman extern void ceph_debugfs_client_init(struct ceph_client *client);
113d14c5d2SYehuda Sadeh extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
123d14c5d2SYehuda Sadeh 
133d14c5d2SYehuda Sadeh #endif
143d14c5d2SYehuda Sadeh 
15