Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Ddebug.c26 static struct dentry *f2fs_debugfs_root; variable
843 f2fs_debugfs_root = debugfs_create_dir("f2fs", NULL); in f2fs_create_root_stats()
845 debugfs_create_file("status", 0444, f2fs_debugfs_root, NULL, in f2fs_create_root_stats()
853 debugfs_remove_recursive(f2fs_debugfs_root); in f2fs_destroy_root_stats()
854 f2fs_debugfs_root = NULL; in f2fs_destroy_root_stats()