Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmdebug.c896 dlm->dlm_debugfs_subroot, in dlm_debug_init()
907 dlm->dlm_debugfs_subroot, in dlm_debug_init()
917 dlm->dlm_debugfs_subroot, in dlm_debug_init()
928 dlm->dlm_debugfs_subroot, in dlm_debug_init()
959 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot()
961 if (!dlm->dlm_debugfs_subroot) { in dlm_create_debugfs_subroot()
982 debugfs_remove(dlm->dlm_debugfs_subroot); in dlm_destroy_debugfs_subroot()
Ddlmcommon.h160 struct dentry *dlm_debugfs_subroot; member