Home
last modified time | relevance | path

Searched defs:nfs_client_initdata (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfs/
H A Dinternal.h71 struct nfs_client_initdata { struct
72 unsigned long init_flags;
73 const char *hostname; /* Hostname of the server */
74 const struct sockaddr_storage *addr; /* Address of the server */
75 const char *nodename; /* Hostname of the client */
76 const char *ip_addr; /* IP address of the client */
77 size_t addrlen;
78 struct nfs_subversion *nfs_mod;
79 int proto;
80 u32 minorversion;
[all …]