Searched refs:proc_fs_type (Results 1 – 1 of 1) sorted by relevance
695 struct file_system_type *proc_fs_type; in mount_proc() local698 proc_fs_type = get_fs_type("proc"); in mount_proc()699 if (!proc_fs_type) in mount_proc()702 mnt = kern_mount(proc_fs_type); in mount_proc()703 put_filesystem(proc_fs_type); in mount_proc()