Searched refs:s_proc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/ext4/ |
D | sysfs.c | 399 sbi->s_proc = proc_mkdir(sb->s_id, ext4_proc_root); in ext4_register_sysfs() 401 if (sbi->s_proc) { in ext4_register_sysfs() 403 proc_create_data(p->name, S_IRUGO, sbi->s_proc, in ext4_register_sysfs() 414 if (sbi->s_proc) { in ext4_unregister_sysfs() 416 remove_proc_entry(p->name, sbi->s_proc); in ext4_unregister_sysfs()
|
D | ext4.h | 1332 struct proc_dir_entry *s_proc; member
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 520 if (sbi->s_proc) { in f2fs_put_super() 521 remove_proc_entry("segment_info", sbi->s_proc); in f2fs_put_super() 1301 sbi->s_proc = proc_mkdir(sb->s_id, f2fs_proc_root); in f2fs_fill_super() 1303 if (sbi->s_proc) in f2fs_fill_super() 1304 proc_create_data("segment_info", S_IRUGO, sbi->s_proc, in f2fs_fill_super() 1365 if (sbi->s_proc) { in f2fs_fill_super() 1366 remove_proc_entry("segment_info", sbi->s_proc); in f2fs_fill_super()
|
D | f2fs.h | 716 struct proc_dir_entry *s_proc; /* proc entry */ member
|