Searched refs:f2fs_proc_root (Results 1 – 1 of 1) sorted by relevance
23 static struct proc_dir_entry *f2fs_proc_root; variable1460 f2fs_proc_root = proc_mkdir("fs/f2fs", NULL); in f2fs_init_sysfs()1461 if (!f2fs_proc_root) { in f2fs_init_sysfs()1478 f2fs_proc_root = NULL; in f2fs_exit_sysfs()1508 sbi->s_proc = proc_mkdir(sb->s_id, f2fs_proc_root); in f2fs_register_sysfs()1541 remove_proc_subtree(sbi->sb->s_id, f2fs_proc_root); in f2fs_unregister_sysfs()