Home
last modified time | relevance | path

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

/fs/proc/
A Droot.c277 static struct file_system_type proc_fs_type = { variable
310 register_filesystem(&proc_fs_type); in proc_root_init()
A Dproc_sysctl.c1620 struct file_system_type *proc_fs_type; in process_sysctl_arg() local
1655 proc_fs_type = get_fs_type("proc"); in process_sysctl_arg()
1656 if (!proc_fs_type) { in process_sysctl_arg()
1660 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
1661 put_filesystem(proc_fs_type); in process_sysctl_arg()

Completed in 6 milliseconds