Lines Matching defs:nfs_client_initdata
74 struct nfs_client_initdata { struct
75 unsigned long init_flags;
76 const char *hostname; /* Hostname of the server */
77 const struct sockaddr *addr; /* Address of the server */
78 const char *nodename; /* Hostname of the client */
79 const char *ip_addr; /* IP address of the client */
80 size_t addrlen;
81 struct nfs_subversion *nfs_mod;
82 int proto;
83 u32 minorversion;
84 struct net *net;
85 const struct rpc_timeout *timeparms;