Home
last modified time | relevance | path

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

/arch/um/drivers/
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()