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

/linux-4.4.14/fs/ocfs2/cluster/
H A Dnetdebug.c55 static struct dentry *o2net_dentry; variable in typeref:struct:dentry
511 debugfs_remove(o2net_dentry); o2net_debugfs_exit()
518 o2net_dentry = debugfs_create_dir(O2NET_DEBUG_DIR, NULL); o2net_debugfs_init()
519 if (o2net_dentry) o2net_debugfs_init()
521 o2net_dentry, NULL, &nst_seq_fops); o2net_debugfs_init()
524 o2net_dentry, NULL, &sc_seq_fops); o2net_debugfs_init()
527 o2net_dentry, NULL, &stats_seq_fops); o2net_debugfs_init()
530 o2net_dentry, NULL, &nodes_fops); o2net_debugfs_init()

Completed in 33 milliseconds