Searched refs:mntfh (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/nfs/ |
| 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 | client.c | 927 static int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fatt… in nfs_probe_fsinfo() argument 935 error = clp->rpc_ops->set_capabilities(server, mntfh); in nfs_probe_fsinfo() 943 error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo); in nfs_probe_fsinfo() 953 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0) { in nfs_probe_fsinfo() 976 error = clp->rpc_ops->discover_trunking(server, mntfh); in nfs_probe_fsinfo() 990 int nfs_probe_server(struct nfs_server *server, struct nfs_fh *mntfh) in nfs_probe_server() argument 1001 error = nfs_probe_fsinfo(server, mntfh, fattr); in nfs_probe_server() 1188 error = nfs_probe_fsinfo(server, ctx->mntfh, fattr); in nfs_create_server() 1204 error = ctx->nfs_mod->rpc_ops->getattr(server, ctx->mntfh, in nfs_create_server()
|
| H A D | nfs4client.c | 911 struct nfs_fh *mntfh, bool auth_probe) in nfs4_server_common_setup() argument 933 error = nfs4_get_rootfh(server, mntfh, auth_probe); in nfs4_server_common_setup() 940 nfs_display_fhandle(mntfh, "Pseudo-fs root FH"); in nfs4_server_common_setup() 942 error = nfs_probe_server(server, mntfh); in nfs4_server_common_setup() 1055 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_server() 1126 error = nfs4_server_common_setup(server, ctx->mntfh, auth_probe); in nfs4_create_referral_server()
|
| H A D | internal.h | 146 struct nfs_fh *mntfh; member 569 extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool);
|
| H A D | pnfs.h | 808 const struct nfs_fh *mntfh, in set_pnfs_layoutdriver() argument
|
| 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 | 4330 static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh, in nfs4_proc_get_root() argument 4336 error = nfs4_server_capabilities(server, mntfh); in nfs4_proc_get_root() 4342 error = nfs4_proc_getattr(server, mntfh, fattr, NULL); in nfs4_proc_get_root()
|