Searched defs:nfs_client_initdata (Results 1 – 1 of 1) sorted by relevance
66 struct nfs_client_initdata { struct67 unsigned long init_flags;68 const char *hostname; /* Hostname of the server */69 const struct sockaddr *addr; /* Address of the server */70 const char *nodename; /* Hostname of the client */71 const char *ip_addr; /* IP address of the client */72 size_t addrlen;73 struct nfs_subversion *nfs_mod;74 int proto;75 u32 minorversion;[all …]