Searched defs:nfs_client_initdata (Results 1 – 2 of 2) sorted by relevance
69 struct nfs_client_initdata { struct70 unsigned long init_flags;71 const char *hostname; /* Hostname of the server */72 const struct sockaddr_storage *addr; /* Address of the server */73 const char *nodename; /* Hostname of the client */74 const char *ip_addr; /* IP address of the client */75 size_t addrlen;76 struct nfs_subversion *nfs_mod;77 int proto;78 u32 minorversion;[all …]
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 …]