Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/nfs/
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 …]
/kernel/linux/linux-5.10/fs/nfs/
Dinternal.h75 struct nfs_client_initdata { struct
76 unsigned long init_flags;
77 const char *hostname; /* Hostname of the server */
78 const struct sockaddr *addr; /* Address of the server */
79 const char *nodename; /* Hostname of the client */
80 const char *ip_addr; /* IP address of the client */
81 size_t addrlen;
82 struct nfs_subversion *nfs_mod;
83 int proto;
84 u32 minorversion;
[all …]