Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmdebug.c858 dlm->dlm_debugfs_subroot, dlm, &debug_state_fops); in dlm_debug_init()
862 dlm->dlm_debugfs_subroot, dlm, &debug_lockres_fops); in dlm_debug_init()
866 dlm->dlm_debugfs_subroot, dlm, &debug_mle_fops); in dlm_debug_init()
870 dlm->dlm_debugfs_subroot, dlm, in dlm_debug_init()
877 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot()
883 debugfs_remove_recursive(dlm->dlm_debugfs_subroot); in dlm_destroy_debugfs_subroot()
Ddlmcommon.h145 struct dentry *dlm_debugfs_subroot; member