Lines Matching refs:fhandle
60 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root() argument
65 .rpc_argp = fhandle, in do_proc_get_root()
87 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() argument
92 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root()
94 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_get_root()
102 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() argument
107 .rpc_argp = fhandle, in nfs3_proc_getattr()
148 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs3_proc_lookup() argument
157 .fh = fhandle, in nfs3_proc_lookup()
177 msg.rpc_argp = fhandle; in nfs3_proc_lookup()
730 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_statfs() argument
735 .rpc_argp = fhandle, in nfs3_proc_statfs()
748 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_fsinfo() argument
753 .rpc_argp = fhandle, in do_proc_fsinfo()
770 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_fsinfo() argument
775 status = do_proc_fsinfo(server->client, fhandle, info); in nfs3_proc_fsinfo()
777 status = do_proc_fsinfo(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_fsinfo()
782 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_pathconf() argument
787 .rpc_argp = fhandle, in nfs3_proc_pathconf()