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