Searched defs:nfs_client_initdata (Results 1 – 1 of 1) sorted by relevance
75 struct nfs_client_initdata { struct76 unsigned long init_flags;77 const char *hostname; /* Hostname of the server */78 const struct sockaddr *addr; /* Address of the server */79 const char *nodename; /* Hostname of the client */80 const char *ip_addr; /* IP address of the client */81 size_t addrlen;82 struct nfs_subversion *nfs_mod;83 int proto;84 u32 minorversion;[all …]