Lines Matching +full:nfs +full:- +full:kernel +full:- +full:server
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
39 * Structure that must be initialized for a diskless nfs client.
42 * interface can communicate with the server.
44 * starting the kernel.
47 * client/server byte ordering differences.
51 * I have defined a new structure that can handle an NFS Version 3 file handle
52 * but the kernel still expects the old Version 2 one to be provided. The
64 struct sockaddr_in root_saddr; /* Address of root server */
71 * Old arguments to mount NFS
74 struct sockaddr *addr; /* file server address */
90 char *hostname; /* server's name */
98 struct sockaddr_in root_saddr; /* Address of root server */