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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmdebug.c344 static struct dentry *dlm_debugfs_root = NULL; variable in typeref:struct:dentry
1009 dlm_debugfs_root);
1038 dlm_debugfs_root = debugfs_create_dir(DLM_DEBUGFS_DIR, NULL);
1039 if (!dlm_debugfs_root) {
1048 if (dlm_debugfs_root)
1049 debugfs_remove(dlm_debugfs_root);

Completed in 51 milliseconds