Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dsysfs.c21 static struct proc_dir_entry *f2fs_proc_root; variable
665 f2fs_proc_root = proc_mkdir("fs/f2fs", NULL); in f2fs_init_sysfs()
675 f2fs_proc_root = NULL; in f2fs_exit_sysfs()
693 if (f2fs_proc_root) in f2fs_register_sysfs()
694 sbi->s_proc = proc_mkdir(sb->s_id, f2fs_proc_root); in f2fs_register_sysfs()
716 remove_proc_entry(sbi->sb->s_id, f2fs_proc_root); in f2fs_unregister_sysfs()