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

/fs/f2fs/
H A Dsuper.c429 if (sbi->s_proc) {
430 remove_proc_entry("segment_info", sbi->s_proc);
1088 sbi->s_proc = proc_mkdir(sb->s_id, f2fs_proc_root);
1090 if (sbi->s_proc)
1091 proc_create_data("segment_info", S_IRUGO, sbi->s_proc,
1137 if (sbi->s_proc) {
1138 remove_proc_entry("segment_info", sbi->s_proc);
H A Df2fs.h475 struct proc_dir_entry *s_proc; /* proc entry */ member in struct:f2fs_sb_info
/fs/ext4/
H A Dextents_status.c1206 if (sbi->s_proc)
1207 proc_create_data("es_shrinker_info", S_IRUGO, sbi->s_proc,
1221 if (sbi->s_proc)
1222 remove_proc_entry("es_shrinker_info", sbi->s_proc);
H A Dsuper.c808 if (sbi->s_proc) {
809 remove_proc_entry("options", sbi->s_proc);
3887 sbi->s_proc = proc_mkdir(sb->s_id, ext4_proc_root);
3889 if (sbi->s_proc)
3890 proc_create_data("options", S_IRUGO, sbi->s_proc,
4262 if (sbi->s_proc) {
4263 remove_proc_entry("options", sbi->s_proc);
H A Dmballoc.c2648 if (sbi->s_proc)
2649 proc_create_data("mb_groups", S_IRUGO, sbi->s_proc,
2692 if (sbi->s_proc)
2693 remove_proc_entry("mb_groups", sbi->s_proc);
H A Dext4.h1228 struct proc_dir_entry *s_proc; member in struct:ext4_sb_info

Completed in 401 milliseconds