Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
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()
/linux/fs/proc/
A Droot.c280 static struct file_system_type proc_fs_type = { variable
308 register_filesystem(&proc_fs_type); in proc_root_init()
A Dproc_sysctl.c1757 struct file_system_type *proc_fs_type; in process_sysctl_arg() local
1792 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()
1793 if (!proc_fs_type) { in process_sysctl_arg()
1797 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
1798 put_filesystem(proc_fs_type); in process_sysctl_arg()
/linux/
A DSystem.map131356 ffff800011e63188 d proc_fs_type
A D.tmp_System.map131356 ffff800011e63188 d proc_fs_type

Completed in 343 milliseconds