mnt_path           46 fs/compat.c    	struct compat_nfs_string mnt_path;
mnt_path           70 fs/compat.c    		compat_nfs_string(&real->mnt_path, &raw->mnt_path);
mnt_path           40 fs/nfs/internal.h 	char *mnt_path;
mnt_path          246 fs/nfs/nfs4namespace.c 	char *mnt_path;
mnt_path          250 fs/nfs/nfs4namespace.c 	mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE);
mnt_path          251 fs/nfs/nfs4namespace.c 	if (IS_ERR(mnt_path))
mnt_path          252 fs/nfs/nfs4namespace.c 		return ERR_CAST(mnt_path);
mnt_path          253 fs/nfs/nfs4namespace.c 	mountdata->mnt_path = mnt_path;
mnt_path          254 fs/nfs/nfs4namespace.c 	maxbuflen = mnt_path - 1 - page2;
mnt_path          280 fs/nfs/nfs4namespace.c 				mountdata->mnt_path);
mnt_path          307 fs/nfs/nfs4super.c 	export_path = data->mnt_path;
mnt_path          308 fs/nfs/nfs4super.c 	data->mnt_path = "/";
mnt_path          312 fs/nfs/nfs4super.c 	data->mnt_path = export_path;
mnt_path         2882 fs/nfs/super.c 		c = strndup_user(data->mnt_path.data, NFS4_MAXPATHLEN);
mnt_path          101 fs/proc_namespace.c 	struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt };
mnt_path          102 fs/proc_namespace.c 	struct super_block *sb = mnt_path.dentry->d_sb;
mnt_path          106 fs/proc_namespace.c 		err = sb->s_op->show_devname(m, mnt_path.dentry);
mnt_path          114 fs/proc_namespace.c 	err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\");
mnt_path          125 fs/proc_namespace.c 		err = sb->s_op->show_options(m, mnt_path.dentry);
mnt_path          136 fs/proc_namespace.c 	struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt };
mnt_path          151 fs/proc_namespace.c 	err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\");
mnt_path          197 fs/proc_namespace.c 	struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt };
mnt_path          198 fs/proc_namespace.c 	struct super_block *sb = mnt_path.dentry->d_sb;
mnt_path          204 fs/proc_namespace.c 		err = sb->s_op->show_devname(m, mnt_path.dentry);
mnt_path          218 fs/proc_namespace.c 	err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\");
mnt_path          230 fs/proc_namespace.c 		err = sb->s_op->show_stats(m, mnt_path.dentry);
mnt_path           43 include/uapi/linux/nfs4_mount.h 	struct nfs_string mnt_path;		/* 1 */