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