Searched refs:f2fs_debugfs_root (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | debug.c | 26 static struct dentry *f2fs_debugfs_root; variable 584 f2fs_debugfs_root = debugfs_create_dir("f2fs", NULL); in f2fs_create_root_stats() 586 debugfs_create_file("status", S_IRUGO, f2fs_debugfs_root, NULL, in f2fs_create_root_stats() 594 debugfs_remove_recursive(f2fs_debugfs_root); in f2fs_destroy_root_stats() 595 f2fs_debugfs_root = NULL; in f2fs_destroy_root_stats()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | debug.c | 26 static struct dentry *f2fs_debugfs_root; variable 734 f2fs_debugfs_root = debugfs_create_dir("f2fs", NULL); in f2fs_create_root_stats() 736 debugfs_create_file("status", 0444, f2fs_debugfs_root, NULL, in f2fs_create_root_stats() 744 debugfs_remove_recursive(f2fs_debugfs_root); in f2fs_destroy_root_stats() 745 f2fs_debugfs_root = NULL; in f2fs_destroy_root_stats()
|
Completed in 3 milliseconds