Searched refs:orangefs_gossip_debug_mask (Results 1 – 3 of 3) sorted by relevance
199 orangefs_gossip_debug_mask = (unsigned long long)debug_mask; in orangefs_debugfs_init()205 debug_mask_to_string(&orangefs_gossip_debug_mask, 0); in orangefs_debugfs_init()208 debug_string_to_mask(kernel_debug_string, &orangefs_gossip_debug_mask, in orangefs_debugfs_init()217 if (orangefs_gossip_debug_mask != 0) in orangefs_debugfs_init()223 (unsigned long long)orangefs_gossip_debug_mask); in orangefs_debugfs_init()466 debug_string_to_mask(buf, &orangefs_gossip_debug_mask, 0); in orangefs_debug_write()467 debug_mask_to_string(&orangefs_gossip_debug_mask, 0); in orangefs_debug_write()1032 orangefs_gossip_debug_mask = mask_info.mask_value; in orangefs_debugfs_new_debug()1037 (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