Home
last modified time | relevance | path

Searched refs:proc_fs_type (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dmconsole_kern.c695 struct file_system_type *proc_fs_type; in mount_proc() local
698 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()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dmconsole_kern.c696 struct file_system_type *proc_fs_type; in mount_proc() local
699 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()
/kernel/linux/linux-5.10/fs/proc/
H A Droot.c280 static struct file_system_type proc_fs_type = { variable
308 register_filesystem(&proc_fs_type); in proc_root_init()
H A Dproc_sysctl.c1789 struct file_system_type *proc_fs_type; in process_sysctl_arg() local
1824 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()
1825 if (!proc_fs_type) { in process_sysctl_arg()
1829 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
1830 put_filesystem(proc_fs_type); in process_sysctl_arg()
/kernel/linux/linux-6.6/fs/proc/
H A Droot.c277 static struct file_system_type proc_fs_type = { variable
310 register_filesystem(&proc_fs_type); in proc_root_init()
H A Dproc_sysctl.c1612 struct file_system_type *proc_fs_type; in process_sysctl_arg() local
1647 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()
1648 if (!proc_fs_type) { in process_sysctl_arg()
1652 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
1653 put_filesystem(proc_fs_type); in process_sysctl_arg()

Completed in 9 milliseconds