Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dsuper.c56 static struct proc_dir_entry *ext4_proc_root; variable
808 remove_proc_entry(sb->s_id, ext4_proc_root); in ext4_put_super()
3956 if (ext4_proc_root) in ext4_fill_super()
3957 sbi->s_proc = proc_mkdir(sb->s_id, ext4_proc_root); in ext4_fill_super()
4341 remove_proc_entry(sb->s_id, ext4_proc_root); in ext4_fill_super()
5658 ext4_proc_root = proc_mkdir("fs/ext4", NULL); in ext4_init_fs()
5689 if (ext4_proc_root) in ext4_init_fs()