Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
Dinternal.h65 struct nfs_client_initdata { struct
66 unsigned long init_flags;
67 const char *hostname; /* Hostname of the server */
68 const struct sockaddr *addr; /* Address of the server */
69 const char *nodename; /* Hostname of the client */
70 const char *ip_addr; /* IP address of the client */
71 size_t addrlen;
72 struct nfs_subversion *nfs_mod;
73 int proto;
74 u32 minorversion;
[all …]
/kernel/linux/linux-4.19/fs/nfs/
Dinternal.h74 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;
[all …]