Searched refs:GOSSIP_DEBUGFS_DEBUG (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/orangefs/ | 
| D | orangefs-debugfs.c | 200 	gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: start\n", __func__);  in orangefs_kernel_debug_init()218 	gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: rc:%d:\n", __func__, rc);  in orangefs_kernel_debug_init()
 233 	gossip_debug(GOSSIP_DEBUGFS_DEBUG,  in orangefs_debug_help_open()
 248 	gossip_debug(GOSSIP_DEBUGFS_DEBUG,  in orangefs_debug_help_open()
 264 	gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_start: start\n");  in help_start()
 277 	gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_next: start\n");  in help_next()
 284 	gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_stop: start\n");  in help_stop()
 290 	gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_show: start\n");  in help_show()
 306 	gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: start\n", __func__);  in orangefs_client_debug_init()
 330 	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)  macro78 	{"debugfs", GOSSIP_DEBUGFS_DEBUG},
 
 |