Home
last modified time | relevance | path

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

/linux-6.14.4/fs/ocfs2/dlm/
Ddlmdebug.c804 dlm->dlm_debugfs_subroot, dlm, &debug_state_fops); in dlm_debug_init()
808 dlm->dlm_debugfs_subroot, dlm, &debug_lockres_fops); in dlm_debug_init()
812 dlm->dlm_debugfs_subroot, dlm, &debug_mle_fops); in dlm_debug_init()
816 dlm->dlm_debugfs_subroot, dlm, in dlm_debug_init()
823 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot()
829 debugfs_remove_recursive(dlm->dlm_debugfs_subroot); in dlm_destroy_debugfs_subroot()
Ddlmcommon.h140 struct dentry *dlm_debugfs_subroot; member