Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsysfs.c23 static struct proc_dir_entry *f2fs_proc_root; variable
1262 f2fs_proc_root = proc_mkdir("fs/f2fs", NULL); in f2fs_init_sysfs()
1272 f2fs_proc_root = NULL; in f2fs_exit_sysfs()
1302 if (f2fs_proc_root) in f2fs_register_sysfs()
1303 sbi->s_proc = proc_mkdir(sb->s_id, f2fs_proc_root); in f2fs_register_sysfs()
1339 remove_proc_entry(sbi->sb->s_id, f2fs_proc_root); in f2fs_unregister_sysfs()