Home
last modified time | relevance | path

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

/linux-4.4.14/fs/dlm/
Ddebug_fs.c27 static struct dentry *dlm_root; variable
717 dlm_root, in dlm_create_debug_file()
730 dlm_root, in dlm_create_debug_file()
743 dlm_root, in dlm_create_debug_file()
756 dlm_root, in dlm_create_debug_file()
767 dlm_root, in dlm_create_debug_file()
783 dlm_root = debugfs_create_dir("dlm", NULL); in dlm_register_debugfs()
784 return dlm_root ? 0 : -ENOMEM; in dlm_register_debugfs()
789 debugfs_remove(dlm_root); in dlm_unregister_debugfs()