Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsysfs.c627 sbi->s_proc = proc_mkdir(sb->s_id, ext4_proc_root); in ext4_register_sysfs()
628 if (sbi->s_proc) { in ext4_register_sysfs()
629 proc_create_single_data("options", S_IRUGO, sbi->s_proc, in ext4_register_sysfs()
632 sbi->s_proc, ext4_seq_es_shrinker_info_show, in ext4_register_sysfs()
634 proc_create_single_data("fc_info", 0444, sbi->s_proc, in ext4_register_sysfs()
636 proc_create_seq_data("mb_groups", S_IRUGO, sbi->s_proc, in ext4_register_sysfs()
638 proc_create_single_data("mb_stats", 0444, sbi->s_proc, in ext4_register_sysfs()
640 proc_create_seq_data("mb_structs_summary", 0444, sbi->s_proc, in ext4_register_sysfs()
650 if (sbi->s_proc) in ext4_unregister_sysfs()
H A Dext4.h1570 struct proc_dir_entry *s_proc; member