Searched refs:orangefs_gossip_debug_mask (Results 1 – 3 of 3) sorted by relevance
156 orangefs_gossip_debug_mask = (unsigned long long)debug_mask; in orangefs_debugfs_init()162 debug_mask_to_string(&orangefs_gossip_debug_mask, 0); in orangefs_debugfs_init()165 debug_string_to_mask(kernel_debug_string, &orangefs_gossip_debug_mask, in orangefs_debugfs_init()174 if (orangefs_gossip_debug_mask != 0) in orangefs_debugfs_init()180 (unsigned long long)orangefs_gossip_debug_mask); in orangefs_debugfs_init()441 debug_string_to_mask(buf, &orangefs_gossip_debug_mask, 0); in orangefs_debug_write()442 debug_mask_to_string(&orangefs_gossip_debug_mask, 0); in orangefs_debug_write()1007 orangefs_gossip_debug_mask = mask_info.mask_value; in orangefs_debugfs_new_debug()1012 (unsigned long long)orangefs_gossip_debug_mask); in orangefs_debugfs_new_debug()
353 extern __u64 orangefs_gossip_debug_mask;358 if (orangefs_gossip_debug_mask & (mask)) \
31 __u64 orangefs_gossip_debug_mask; variable