Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsuper.c461 if (sbi->s_proc) { in f2fs_put_super()
462 remove_proc_entry("segment_info", sbi->s_proc); in f2fs_put_super()
1145 sbi->s_proc = proc_mkdir(sb->s_id, f2fs_proc_root); in f2fs_fill_super()
1147 if (sbi->s_proc) in f2fs_fill_super()
1148 proc_create_data("segment_info", S_IRUGO, sbi->s_proc, in f2fs_fill_super()
1206 if (sbi->s_proc) { in f2fs_fill_super()
1207 remove_proc_entry("segment_info", sbi->s_proc); in f2fs_fill_super()
Df2fs.h606 struct proc_dir_entry *s_proc; /* proc entry */ member
/linux-4.1.27/fs/ext4/
Dextents_status.c1213 if (sbi->s_proc) in ext4_es_register_shrinker()
1214 proc_create_data("es_shrinker_info", S_IRUGO, sbi->s_proc, in ext4_es_register_shrinker()
1228 if (sbi->s_proc) in ext4_es_unregister_shrinker()
1229 remove_proc_entry("es_shrinker_info", sbi->s_proc); in ext4_es_unregister_shrinker()
Dsuper.c806 if (sbi->s_proc) { in ext4_put_super()
807 remove_proc_entry("options", sbi->s_proc); in ext4_put_super()
3957 sbi->s_proc = proc_mkdir(sb->s_id, ext4_proc_root); in ext4_fill_super()
3959 if (sbi->s_proc) in ext4_fill_super()
3960 proc_create_data("options", S_IRUGO, sbi->s_proc, in ext4_fill_super()
4339 if (sbi->s_proc) { in ext4_fill_super()
4340 remove_proc_entry("options", sbi->s_proc); in ext4_fill_super()
Dmballoc.c2652 if (sbi->s_proc) in ext4_mb_init()
2653 proc_create_data("mb_groups", S_IRUGO, sbi->s_proc, in ext4_mb_init()
2696 if (sbi->s_proc) in ext4_mb_release()
2697 remove_proc_entry("mb_groups", sbi->s_proc); in ext4_mb_release()
Dext4.h1291 struct proc_dir_entry *s_proc; member