Searched refs:GOSSIP_DEBUGFS_DEBUG (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/ |
D | orangefs-debugfs.c | 199 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: start\n", __func__); in orangefs_kernel_debug_init() 227 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_help_open() 242 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_help_open() 258 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_start: start\n"); in help_start() 271 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_next: start\n"); in help_next() 278 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_stop: start\n"); in help_stop() 284 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_show: start\n"); in help_show() 299 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: start\n", __func__); in orangefs_client_debug_init() 321 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_open() 335 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_open() [all …]
|
D | orangefs-debug.h | 38 #define GOSSIP_DEBUGFS_DEBUG ((__u64)1 << 12) macro 78 {"debugfs", GOSSIP_DEBUGFS_DEBUG},
|