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

/linux-master/arch/um/drivers/
H A Dmconsole_kern.c696 struct file_system_type *proc_fs_type; local
699 proc_fs_type = get_fs_type("proc");
700 if (!proc_fs_type)
703 mnt = kern_mount(proc_fs_type);
704 put_filesystem(proc_fs_type);
/linux-master/fs/proc/
H A Droot.c277 static struct file_system_type proc_fs_type = { variable in typeref:struct:file_system_type
310 register_filesystem(&proc_fs_type);
H A Dproc_sysctl.c1601 struct file_system_type *proc_fs_type; local
1636 proc_fs_type = get_fs_type("proc");
1637 if (!proc_fs_type) {
1641 *proc_mnt = kern_mount(proc_fs_type);
1642 put_filesystem(proc_fs_type);

Completed in 106 milliseconds