Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dinternal.h69 struct nfs_client_initdata { struct
70 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 …]