| /linux/fs/nfs/ |
| H A D | fs_context.c | 1154 struct nfs_fh *mntfh = ctx->mntfh; in nfs23_parse_monolithic() local 1189 mntfh->size = data->root.size; in nfs23_parse_monolithic() 1192 mntfh->size = NFS2_FHSIZE; in nfs23_parse_monolithic() 1197 memcpy(mntfh->data, data->root.data, mntfh->size); in nfs23_parse_monolithic() 1198 if (mntfh->size < sizeof(mntfh->data)) in nfs23_parse_monolithic() 1199 memset(mntfh->data + mntfh->size, 0, in nfs23_parse_monolithic() 1200 sizeof(mntfh->data) - mntfh->size); in nfs23_parse_monolithic() 1638 ctx->mntfh = nfs_alloc_fhandle(); in nfs_fs_context_dup() 1639 if (!ctx->mntfh) { in nfs_fs_context_dup() 1643 nfs_copy_fh(ctx->mntfh, src->mntfh); in nfs_fs_context_dup() [all …]
|
| H A D | nfs4getroot.c | 13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh() argument 22 ret = nfs4_proc_get_rootfh(server, mntfh, fattr, auth_probe); in nfs4_get_rootfh()
|
| H A D | getroot.c | 87 error = server->nfs_client->rpc_ops->getroot(server, ctx->mntfh, &fsinfo); in nfs_get_root() 94 inode = nfs_fhget(s, ctx->mntfh, fsinfo.fattr); in nfs_get_root()
|
| H A D | client.c | 915 static int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fatt… in nfs_probe_fsinfo() argument 922 error = clp->rpc_ops->set_capabilities(server, mntfh); in nfs_probe_fsinfo() 930 error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo); in nfs_probe_fsinfo() 943 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) in nfs_probe_fsinfo() 950 error = clp->rpc_ops->discover_trunking(server, mntfh); in nfs_probe_fsinfo() 964 int nfs_probe_server(struct nfs_server *server, struct nfs_fh *mntfh) in nfs_probe_server() argument 975 error = nfs_probe_fsinfo(server, mntfh, fattr); in nfs_probe_server() 1156 error = nfs_probe_fsinfo(server, ctx->mntfh, fattr); in nfs_create_server() 1172 error = ctx->nfs_mod->rpc_ops->getattr(server, ctx->mntfh, in nfs_create_server()
|
| H A D | nfs4client.c | 1094 struct nfs_fh *mntfh, bool auth_probe) in nfs4_server_common_setup() argument 1114 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup() 1121 nfs_display_fhandle(mntfh, "Pseudo-fs root FH"); in nfs4_server_common_setup() 1123 error = nfs_probe_server(server, mntfh); in nfs4_server_common_setup() 1231 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_server() 1302 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_referral_server()
|
| H A D | namespace.c | 287 ctx->mntfh, in nfs_do_submount() 326 ctx->mntfh, ctx->clone_data.fattr); in nfs_submount()
|
| H A D | internal.h | 146 struct nfs_fh *mntfh; member 565 extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool);
|
| H A D | nfs4namespace.c | 461 client = nfs4_proc_lookup_mountpoint(dir, dentry, ctx->mntfh, in nfs4_submount()
|
| H A D | pnfs.h | 809 const struct nfs_fh *mntfh, in set_pnfs_layoutdriver() argument
|
| H A D | super.c | 932 status = nfs_request_mount(fc, ctx->mntfh, authlist, &authlist_len); in nfs_try_mount_request()
|
| H A D | pnfs.c | 161 set_pnfs_layoutdriver(struct nfs_server *server, const struct nfs_fh *mntfh, in set_pnfs_layoutdriver() argument 199 && ld_type->set_layoutdriver(server, mntfh)) { in set_pnfs_layoutdriver()
|
| H A D | nfs4proc.c | 4400 static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh, in nfs4_proc_get_root() argument 4406 error = nfs4_server_capabilities(server, mntfh); in nfs4_proc_get_root() 4412 error = nfs4_proc_getattr(server, mntfh, fattr, NULL); in nfs4_proc_get_root()
|