Searched refs:mntfh (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4getroot.c13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) argument
23 ret = nfs4_proc_get_rootfh(server, mntfh, &fsinfo, auth_probe);
H A Dfs_context.c1042 struct nfs_fh *mntfh = ctx->mntfh; local
1077 mntfh->size = data->root.size;
1080 mntfh->size = NFS2_FHSIZE;
1085 memcpy(mntfh->data, data->root.data, mntfh->size);
1086 if (mntfh->size < sizeof(mntfh->data))
1087 memset(mntfh->data + mntfh
[all...]
H A Dgetroot.c87 error = server->nfs_client->rpc_ops->getroot(server, ctx->mntfh, &fsinfo);
94 inode = nfs_fhget(s, ctx->mntfh, fsinfo.fattr);
H A Dclient.c839 static int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr) argument
846 error = clp->rpc_ops->set_capabilities(server, mntfh);
854 error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
867 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
874 error = clp->rpc_ops->discover_trunking(server, mntfh);
888 int nfs_probe_server(struct nfs_server *server, struct nfs_fh *mntfh) argument
899 error = nfs_probe_fsinfo(server, mntfh, fattr);
1073 error = nfs_probe_fsinfo(server, ctx->mntfh, fattr);
1087 error = ctx->nfs_mod->rpc_ops->getattr(server, ctx->mntfh,
H A Dnamespace.c273 ctx->mntfh,
312 ctx->mntfh, ctx->clone_data.fattr);
H A Dnfs4client.c1105 struct nfs_fh *mntfh, bool auth_probe)
1121 error = nfs4_get_rootfh(server, mntfh, auth_probe);
1128 nfs_display_fhandle(mntfh, "Pseudo-fs root FH");
1130 error = nfs_probe_server(server, mntfh);
1227 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe);
1309 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe);
1104 nfs4_server_common_setup(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) argument
H A Dnfs4namespace.c461 client = nfs4_proc_lookup_mountpoint(dir, dentry, ctx->mntfh,
H A Dinternal.h143 struct nfs_fh *mntfh; member in struct:nfs_fs_context
487 extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool);
H A Dpnfs.h806 const struct nfs_fh *mntfh,
805 set_pnfs_layoutdriver(struct nfs_server *s, const struct nfs_fh *mntfh, struct nfs_fsinfo *fsinfo) argument
H A Dsuper.c904 status = nfs_request_mount(fc, ctx->mntfh, authlist, &authlist_len);
H A Dpnfs.c160 set_pnfs_layoutdriver(struct nfs_server *server, const struct nfs_fh *mntfh, argument
198 && ld_type->set_layoutdriver(server, mntfh)) {
H A Dnfs4proc.c4243 static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh, argument
4249 error = nfs4_server_capabilities(server, mntfh);
4255 error = nfs4_proc_getattr(server, mntfh, fattr, NULL);

Completed in 226 milliseconds