mntfh             788 fs/nfs/client.c int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr)
mntfh             795 fs/nfs/client.c 		error = clp->rpc_ops->set_capabilities(server, mntfh);
mntfh             803 fs/nfs/client.c 	error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
mntfh             816 fs/nfs/client.c 		if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
mntfh             968 fs/nfs/client.c 	error = nfs_probe_fsinfo(server, mount_info->mntfh, fattr);
mntfh             982 fs/nfs/client.c 		error = nfs_mod->rpc_ops->getattr(server, mount_info->mntfh,
mntfh              67 fs/nfs/getroot.c struct dentry *nfs_get_root(struct super_block *sb, struct nfs_fh *mntfh,
mntfh              87 fs/nfs/getroot.c 	error = server->nfs_client->rpc_ops->getroot(server, mntfh, &fsinfo);
mntfh              94 fs/nfs/getroot.c 	inode = nfs_fhget(sb, mntfh, fsinfo.fattr, NULL);
mntfh             145 fs/nfs/internal.h 	struct nfs_fh *mntfh;
mntfh             445 fs/nfs/internal.h extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool);
mntfh             993 fs/nfs/nfs4client.c 		struct nfs_fh *mntfh, bool auth_probe)
mntfh            1025 fs/nfs/nfs4client.c 	error = nfs4_get_rootfh(server, mntfh, auth_probe);
mntfh            1032 fs/nfs/nfs4client.c 	nfs_display_fhandle(mntfh, "Pseudo-fs root FH");
mntfh            1034 fs/nfs/nfs4client.c 	error = nfs_probe_fsinfo(server, mntfh, fattr);
mntfh            1131 fs/nfs/nfs4client.c 	error = nfs4_server_common_setup(server, mount_info->mntfh, auth_probe);
mntfh            1146 fs/nfs/nfs4client.c 					       struct nfs_fh *mntfh)
mntfh            1203 fs/nfs/nfs4client.c 	error = nfs4_server_common_setup(server, mntfh, auth_probe);
mntfh              13 fs/nfs/nfs4getroot.c int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe)
mntfh              23 fs/nfs/nfs4getroot.c 	ret = nfs4_proc_get_rootfh(server, mntfh, &fsinfo, auth_probe);
mntfh            3986 fs/nfs/nfs4proc.c static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
mntfh            3993 fs/nfs/nfs4proc.c 	error = nfs4_server_capabilities(server, mntfh);
mntfh            4003 fs/nfs/nfs4proc.c 	error = nfs4_proc_getattr(server, mntfh, fattr, label, NULL);
mntfh             277 fs/nfs/nfs4super.c 	mount_info.mntfh = nfs_alloc_fhandle();
mntfh             278 fs/nfs/nfs4super.c 	if (mount_info.cloned == NULL || mount_info.mntfh == NULL)
mntfh             282 fs/nfs/nfs4super.c 	server = nfs4_create_referral_server(mount_info.cloned, mount_info.mntfh);
mntfh             290 fs/nfs/nfs4super.c 	nfs_free_fhandle(mount_info.mntfh);
mntfh             149 fs/nfs/pnfs.c  set_pnfs_layoutdriver(struct nfs_server *server, const struct nfs_fh *mntfh,
mntfh             187 fs/nfs/pnfs.c  	    && ld_type->set_layoutdriver(server, mntfh)) {
mntfh             731 fs/nfs/pnfs.h  					 const struct nfs_fh *mntfh,
mntfh            1834 fs/nfs/super.c 	status = nfs_request_mount(args, mount_info->mntfh, authlist,
mntfh            2008 fs/nfs/super.c 				     struct nfs_fh *mntfh,
mntfh            2043 fs/nfs/super.c 			mntfh->size = data->root.size;
mntfh            2046 fs/nfs/super.c 			mntfh->size = NFS2_FHSIZE;
mntfh            2051 fs/nfs/super.c 		memcpy(mntfh->data, data->root.data, mntfh->size);
mntfh            2052 fs/nfs/super.c 		if (mntfh->size < sizeof(mntfh->data))
mntfh            2053 fs/nfs/super.c 			memset(mntfh->data + mntfh->size, 0,
mntfh            2054 fs/nfs/super.c 			       sizeof(mntfh->data) - mntfh->size);
mntfh            2157 fs/nfs/super.c 				   struct nfs_fh *mntfh,
mntfh            2161 fs/nfs/super.c 		return nfs23_validate_mount_data(options, args, mntfh, dev_name);
mntfh            2168 fs/nfs/super.c 				   struct nfs_fh *mntfh,
mntfh            2171 fs/nfs/super.c 	return nfs23_validate_mount_data(options, args, mntfh, dev_name);
mntfh            2709 fs/nfs/super.c 	mntroot = nfs_get_root(s, mount_info->mntfh, dev_name);
mntfh            2747 fs/nfs/super.c 	mount_info.mntfh = nfs_alloc_fhandle();
mntfh            2748 fs/nfs/super.c 	if (mount_info.parsed == NULL || mount_info.mntfh == NULL)
mntfh            2752 fs/nfs/super.c 	error = nfs_validate_mount_data(fs_type, raw_data, mount_info.parsed, mount_info.mntfh, dev_name);
mntfh            2771 fs/nfs/super.c 	nfs_free_fhandle(mount_info.mntfh);
mntfh            2812 fs/nfs/super.c 	mount_info.mntfh = mount_info.cloned->fh;