Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _FS_CEPH_DEBUGFS_H
0003 #define _FS_CEPH_DEBUGFS_H
0004 
0005 #include <linux/ceph/types.h>
0006 
0007 /* debugfs.c */
0008 extern void ceph_debugfs_init(void);
0009 extern void ceph_debugfs_cleanup(void);
0010 extern void ceph_debugfs_client_init(struct ceph_client *client);
0011 extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
0012 
0013 #endif
0014