Lines Matching defs:nfs_client_initdata
70 struct nfs_client_initdata { struct
71 unsigned long init_flags;
72 const char *hostname; /* Hostname of the server */
73 const struct sockaddr_storage *addr; /* Address of the server */
74 const char *nodename; /* Hostname of the client */
75 const char *ip_addr; /* IP address of the client */
76 size_t addrlen;
77 struct nfs_subversion *nfs_mod;
78 int proto;
79 u32 minorversion;
80 unsigned int nconnect;
81 unsigned int max_connect;
82 struct net *net;
83 const struct rpc_timeout *timeparms;
84 const struct cred *cred;
85 struct xprtsec_parms xprtsec;
86 unsigned long connect_timeout;
87 unsigned long reconnect_timeout;