Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/dlm/
Ddlmdebug.c907 dlm->dlm_debugfs_subroot, in dlm_debug_init()
918 dlm->dlm_debugfs_subroot, in dlm_debug_init()
928 dlm->dlm_debugfs_subroot, in dlm_debug_init()
939 dlm->dlm_debugfs_subroot, in dlm_debug_init()
970 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot()
972 if (!dlm->dlm_debugfs_subroot) { in dlm_create_debugfs_subroot()
993 debugfs_remove(dlm->dlm_debugfs_subroot); in dlm_destroy_debugfs_subroot()
Ddlmcommon.h160 struct dentry *dlm_debugfs_subroot; member