Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/dlm/
Ddlmdebug.c856 dlm->dlm_debugfs_subroot, dlm, &debug_state_fops); in dlm_debug_init()
860 dlm->dlm_debugfs_subroot, dlm, &debug_lockres_fops); in dlm_debug_init()
864 dlm->dlm_debugfs_subroot, dlm, &debug_mle_fops); in dlm_debug_init()
868 dlm->dlm_debugfs_subroot, dlm, in dlm_debug_init()
875 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot()
881 debugfs_remove_recursive(dlm->dlm_debugfs_subroot); in dlm_destroy_debugfs_subroot()
Ddlmcommon.h140 struct dentry *dlm_debugfs_subroot; member