Searched defs:nfs_client (Results 1 – 4 of 4) sorted by relevance
26 struct nfs_client { struct27 atomic_t cl_count;28 int cl_cons_state; /* current construction state (-ve: init error) */32 unsigned long cl_res_state; /* NFS resources state */38 struct sockaddr_storage cl_addr; /* server identifier */39 size_t cl_addrlen;40 char * cl_hostname; /* hostname of server */41 struct list_head cl_share_link; /* link in global client list */42 struct list_head cl_superblocks; /* List of nfs_server structs */44 struct rpc_clnt * cl_rpcclient;[all …]
155 const struct nfs_client *nfs_client, in nfs4_init_deviceid_node()
27 struct nfs_client *nfs_client; /* the server */ member
225 const struct nfs_client *nfs_client; member