Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/drivers/
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()
/linux-6.12.1/fs/proc/
Droot.c277 static struct file_system_type proc_fs_type = { variable
310 register_filesystem(&proc_fs_type); in proc_root_init()
Dproc_sysctl.c1609 struct file_system_type *proc_fs_type; in process_sysctl_arg() local
1644 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()
1645 if (!proc_fs_type) { in process_sysctl_arg()
1649 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
1650 put_filesystem(proc_fs_type); in process_sysctl_arg()