Searched defs:nfs_client_initdata (Results 1 – 1 of 1) sorted by relevance
59 struct nfs_client_initdata { struct60 unsigned long init_flags;61 const char *hostname; /* Hostname of the server */62 const struct sockaddr *addr; /* Address of the server */63 const char *nodename; /* Hostname of the client */64 const char *ip_addr; /* IP address of the client */65 size_t addrlen;66 struct nfs_subversion *nfs_mod;67 int proto;68 u32 minorversion;[all …]