Searched refs:o2net_dentry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | netdebug.c | 40 static struct dentry *o2net_dentry; variable 489 debugfs_remove_recursive(o2net_dentry); in o2net_debugfs_exit() 496 o2net_dentry = debugfs_create_dir(O2NET_DEBUG_DIR, NULL); in o2net_debugfs_init() 498 debugfs_create_file(NST_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init() 500 debugfs_create_file(SC_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init() 502 debugfs_create_file(STATS_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init() 504 debugfs_create_file(NODES_DEBUG_NAME, mode, o2net_dentry, NULL, in o2net_debugfs_init()
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | netdebug.c | 38 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()
|
Completed in 2 milliseconds