Searched defs:nfs_client (Results 1 – 3 of 3) sorted by relevance
26 struct nfs_client { struct27 atomic_t cl_count;28 atomic_t cl_mds_count;29 int cl_cons_state; /* current construction state (-ve: init error) */33 unsigned long cl_res_state; /* NFS resources state */39 unsigned long cl_flags; /* behavior switches */45 struct sockaddr_storage cl_addr; /* server identifier */46 size_t cl_addrlen;47 char * cl_hostname; /* hostname of server */48 char * cl_acceptor; /* GSSAPI acceptor name */[all …]
27 struct nfs_client *nfs_client; /* the server */ member
318 const struct nfs_client *nfs_client; member