Searched refs:proc_fs_type (Results 1 – 3 of 3) sorted by relevance
694 struct file_system_type *proc_fs_type; in mount_proc() local697 proc_fs_type = get_fs_type("proc"); in mount_proc()698 if (!proc_fs_type) in mount_proc()701 mnt = kern_mount(proc_fs_type); in mount_proc()702 put_filesystem(proc_fs_type); in mount_proc()
280 static struct file_system_type proc_fs_type = { variable308 register_filesystem(&proc_fs_type); in proc_root_init()
1753 struct file_system_type *proc_fs_type; in process_sysctl_arg() local1788 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()1789 if (!proc_fs_type) { in process_sysctl_arg()1793 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()1794 put_filesystem(proc_fs_type); in process_sysctl_arg()