Searched refs:dlm_debugfs_subroot (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 858 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()
|
H A D | dlmcommon.h | 145 struct dentry *dlm_debugfs_subroot; member
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 856 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()
|
H A D | dlmcommon.h | 140 struct dentry *dlm_debugfs_subroot; member
|
Completed in 7 milliseconds