Searched refs:osb_debug_root (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | super.c | 1077 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super() 1080 debugfs_create_file("fs_state", S_IFREG|S_IRUSR, osb->osb_debug_root, in ocfs2_fill_super() 1085 osb->osb_debug_root); in ocfs2_fill_super() 1174 debugfs_remove_recursive(osb->osb_debug_root); in ocfs2_fill_super() 1930 debugfs_remove_recursive(osb->osb_debug_root); in ocfs2_dismount_volume()
|
H A D | ocfs2.h | 402 struct dentry *osb_debug_root; member
|
H A D | dlmglue.c | 3302 osb->osb_debug_root, osb, &ocfs2_dlm_debug_fops); in ocfs2_dlm_init_debug() 3304 debugfs_create_u32("locking_filter", 0600, osb->osb_debug_root, in ocfs2_dlm_init_debug()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | super.c | 1072 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super() 1075 debugfs_create_file("fs_state", S_IFREG|S_IRUSR, osb->osb_debug_root, in ocfs2_fill_super() 1080 osb->osb_debug_root); in ocfs2_fill_super() 1169 debugfs_remove_recursive(osb->osb_debug_root); in ocfs2_fill_super() 1922 debugfs_remove_recursive(osb->osb_debug_root); in ocfs2_dismount_volume()
|
H A D | ocfs2.h | 400 struct dentry *osb_debug_root; member
|
H A D | dlmglue.c | 3312 osb->osb_debug_root, osb, &ocfs2_dlm_debug_fops); in ocfs2_dlm_init_debug() 3314 debugfs_create_u32("locking_filter", 0600, osb->osb_debug_root, in ocfs2_dlm_init_debug()
|
Completed in 20 milliseconds