Home
last modified time | relevance | path

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

/Linux-v4.19/fs/dlm/
Ddebug_fs.c27 static struct dentry *dlm_root; variable
750 dlm_root, in dlm_create_debug_file()
763 dlm_root, in dlm_create_debug_file()
776 dlm_root, in dlm_create_debug_file()
789 dlm_root, in dlm_create_debug_file()
800 dlm_root, in dlm_create_debug_file()
816 dlm_root = debugfs_create_dir("dlm", NULL); in dlm_register_debugfs()
817 return dlm_root ? 0 : -ENOMEM; in dlm_register_debugfs()
822 debugfs_remove(dlm_root); in dlm_unregister_debugfs()