You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
348 B
8 lines
348 B
/* SPDX-License-Identifier: GPL-2.0 */
|
|
int orangefs_debugfs_init(int);
|
|
void orangefs_debugfs_cleanup(void);
|
|
int orangefs_client_debug_init(void);
|
|
int orangefs_prepare_debugfs_help_string(int);
|
|
int orangefs_debugfs_new_client_mask(void __user *);
|
|
int orangefs_debugfs_new_client_string(void __user *);
|
|
int orangefs_debugfs_new_debug(void __user *);
|
|
|