Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmdebug.c876 dlm->dlm_debugfs_subroot, in dlm_debug_init()
887 dlm->dlm_debugfs_subroot, in dlm_debug_init()
897 dlm->dlm_debugfs_subroot, in dlm_debug_init()
908 dlm->dlm_debugfs_subroot, in dlm_debug_init()
938 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot()
940 if (!dlm->dlm_debugfs_subroot) { in dlm_create_debugfs_subroot()
960 debugfs_remove(dlm->dlm_debugfs_subroot); in dlm_destroy_debugfs_subroot()
Ddlmcommon.h161 struct dentry *dlm_debugfs_subroot; member