Home
last modified time | relevance | path

Searched refs:GOSSIP_DEBUGFS_DEBUG (Results 1 – 2 of 2) sorted by relevance

/linux/fs/orangefs/
H A Dorangefs-debugfs.c79 {"debugfs", GOSSIP_DEBUGFS_DEBUG},
243 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: start\n", __func__); in orangefs_kernel_debug_init()
272 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_help_open()
287 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_help_open()
303 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_start: start\n"); in help_start()
316 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_next: start\n"); in help_next()
323 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_stop: start\n"); in help_stop()
329 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "help_show: start\n"); in help_show()
344 gossip_debug(GOSSIP_DEBUGFS_DEBUG, "%s: start\n", __func__); in orangefs_client_debug_init()
366 gossip_debug(GOSSIP_DEBUGFS_DEBUG, in orangefs_debug_open()
[all …]
H A Dorangefs-debug.h38 #define GOSSIP_DEBUGFS_DEBUG ((__u64)1 << 12) macro