Searched refs:GOSSIP_DEBUGFS_DEBUG (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/orangefs/ |
D | orangefs-debugfs.c | 219 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: start\n", __func__); in orangefs_kernel_debug_init() 249 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: rc:%d:\n", __func__, rc); in orangefs_kernel_debug_init() 265 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_help_open() 280 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_help_open() 296 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_start: start\n"); in help_start() 308 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_next: start\n"); in help_next() 315 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_stop: start\n"); in help_stop() 321 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_show: start\n"); in help_show() 337 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: start\n", __func__); in orangefs_client_debug_init() 367 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: rc:%d:\n", __func__, rc); in orangefs_client_debug_init() [all …]
|
D | orangefs-debug.h | 38 #define GOSSIP_DEBUGFS_DEBUG ((__u64)1 << 12) macro 78 {"debugfs", GOSSIP_DEBUGFS_DEBUG},
|