Lines Matching defs:nfs4_client
293 struct nfs4_client { struct
294 struct list_head cl_idhash; /* hash by cl_clientid.id */
295 struct rb_node cl_namenode; /* link into by-name trees */
296 struct list_head *cl_ownerstr_hashtbl;
297 struct list_head cl_openowners;
298 struct idr cl_stateids; /* stateid lookup */
299 struct list_head cl_delegations;
300 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */
301 struct list_head cl_lru; /* tail queue */
303 struct list_head cl_lo_states; /* outstanding layout states */
305 struct xdr_netobj cl_name; /* id generated by client */
306 nfs4_verifier cl_verifier; /* generated by client */
307 time_t cl_time; /* time of last lease renewal */
308 struct sockaddr_storage cl_addr; /* client ipaddress */
309 bool cl_mach_cred; /* SP4_MACH_CRED in force */
310 struct svc_cred cl_cred; /* setclientid principal */
311 clientid_t cl_clientid; /* generated by server */
312 nfs4_verifier cl_confirm; /* generated by server */
313 u32 cl_minorversion;
316 struct nfs4_cb_conn cl_cb_conn;
325 unsigned long cl_flags;
326 struct rpc_cred *cl_cb_cred;
327 struct rpc_clnt *cl_cb_client;
328 u32 cl_cb_ident;
355 /* struct nfs4_client_reset argument
362 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument