Searched refs:proc_mnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/proc/
H A Dproc_sysctl.c1600 struct vfsmount **proc_mnt = arg; local
1635 if (!*proc_mnt) {
1641 *proc_mnt = kern_mount(proc_fs_type);
1643 if (IS_ERR(*proc_mnt)) {
1654 file = file_open_root_mnt(*proc_mnt, path, O_WRONLY, 0);
1694 struct vfsmount *proc_mnt = NULL; local
1701 NULL, 0, -1, -1, &proc_mnt, process_sysctl_arg);
1703 if (proc_mnt)
1704 kern_unmount(proc_mnt);
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c40 static struct vfsmount *proc_mnt = NULL; variable in typeref:struct:vfsmount
129 struct vfsmount *mnt = proc_mnt;
708 proc_mnt = mnt;

Completed in 104 milliseconds