Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Ddebug.c27 static struct dentry *f2fs_debugfs_root; variable
413 f2fs_debugfs_root = debugfs_create_dir("f2fs", NULL); in f2fs_create_root_stats()
414 if (!f2fs_debugfs_root) in f2fs_create_root_stats()
417 file = debugfs_create_file("status", S_IRUGO, f2fs_debugfs_root, in f2fs_create_root_stats()
420 debugfs_remove(f2fs_debugfs_root); in f2fs_create_root_stats()
421 f2fs_debugfs_root = NULL; in f2fs_create_root_stats()
427 if (!f2fs_debugfs_root) in f2fs_destroy_root_stats()
430 debugfs_remove_recursive(f2fs_debugfs_root); in f2fs_destroy_root_stats()
431 f2fs_debugfs_root = NULL; in f2fs_destroy_root_stats()