Searched refs:proc_fs_type (Results 1 – 3 of 3) sorted by relevance
696 struct file_system_type *proc_fs_type; in mount_proc() local699 proc_fs_type = get_fs_type("proc"); in mount_proc()700 if (!proc_fs_type) in mount_proc()703 mnt = kern_mount(proc_fs_type); in mount_proc()704 put_filesystem(proc_fs_type); in mount_proc()
369 static struct file_system_type proc_fs_type = { in proc_root_init() 402 register_filesystem(&proc_fs_type);357 static struct file_system_type proc_fs_type = { global() variable
1619 struct file_system_type *proc_fs_type; in process_sysctl_arg() 1654 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg() 1655 if (!proc_fs_type) { in process_sysctl_arg() 1659 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg() 1660 put_filesystem(proc_fs_type); in process_sysctl_arg() 1620 struct file_system_type *proc_fs_type; process_sysctl_arg() local