Lines Matching refs:fhandle
56 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root() argument
61 .rpc_argp = fhandle, in do_proc_get_root()
83 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() argument
88 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root()
90 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_get_root()
98 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() argument
103 .rpc_argp = fhandle, in nfs3_proc_getattr()
144 struct nfs_fh *fhandle, struct nfs_fattr *fattr) in nfs3_proc_lookup() argument
154 .fh = fhandle, in nfs3_proc_lookup()
171 msg.rpc_argp = fhandle; in nfs3_proc_lookup()
684 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_statfs() argument
689 .rpc_argp = fhandle, in nfs3_proc_statfs()
702 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_fsinfo() argument
707 .rpc_argp = fhandle, in do_proc_fsinfo()
724 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_fsinfo() argument
729 status = do_proc_fsinfo(server->client, fhandle, info); in nfs3_proc_fsinfo()
731 status = do_proc_fsinfo(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_fsinfo()
736 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_pathconf() argument
741 .rpc_argp = fhandle, in nfs3_proc_pathconf()