Lines Matching refs:fhandle
61 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle,
66 .rpc_argp = fhandle,
88 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
93 status = do_proc_get_root(server->client, fhandle, info);
95 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info);
103 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
109 .rpc_argp = fhandle,
158 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
167 .fh = fhandle,
192 msg.rpc_argp = fhandle;
754 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
759 .rpc_argp = fhandle,
772 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle,
777 .rpc_argp = fhandle,
794 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
799 status = do_proc_fsinfo(server->client, fhandle, info);
801 status = do_proc_fsinfo(server->nfs_client->cl_rpcclient, fhandle, info);
806 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
811 .rpc_argp = fhandle,