Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/drivers/
Dmconsole_kern.c694 struct file_system_type *proc_fs_type; in mount_proc() local
697 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()
/kernel/linux/linux-5.10/fs/proc/
Droot.c280 static struct file_system_type proc_fs_type = { variable
308 register_filesystem(&proc_fs_type); in proc_root_init()
Dproc_sysctl.c1753 struct file_system_type *proc_fs_type; in process_sysctl_arg() local
1788 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()