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