Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/cluster/
H A Dnetdebug.c38 static struct dentry *o2net_dentry; variable
487 debugfs_remove_recursive(o2net_dentry); in o2net_debugfs_exit()
494 o2net_dentry = debugfs_create_dir(O2NET_DEBUG_DIR, NULL); in o2net_debugfs_init()
496 debugfs_create_file(NST_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()
498 debugfs_create_file(SC_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()
500 debugfs_create_file(STATS_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()
502 debugfs_create_file(NODES_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()