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,
108 .rpc_argp = fhandle,
157 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
166 .fh = fhandle,
185 msg.rpc_argp = fhandle;
196 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
206 dentry->d_name.len, fhandle, fattr,
210 static int nfs3_proc_lookupp(struct inode *inode, struct nfs_fh *fhandle,
220 return __nfs3_proc_lookup(inode, dotdot, len, fhandle, fattr,
777 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
782 .rpc_argp = fhandle,
795 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle,
800 .rpc_argp = fhandle,
817 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
822 status = do_proc_fsinfo(server->client, fhandle, info);
824 status = do_proc_fsinfo(server->nfs_client->cl_rpcclient, fhandle, info);
829 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
834 .rpc_argp = fhandle,