Lines Matching defs:nfs4_client
417 struct nfs4_client { struct
418 struct list_head cl_idhash; /* hash by cl_clientid.id */
419 struct rb_node cl_namenode; /* link into by-name trees */
420 struct list_head *cl_ownerstr_hashtbl;
421 struct list_head cl_openowners;
422 struct idr cl_stateids; /* stateid lookup */
423 struct list_head cl_delegations;
424 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */
425 struct list_head cl_lru; /* tail queue */
427 struct list_head cl_lo_states; /* outstanding layout states */
429 struct xdr_netobj cl_name; /* id generated by client */
430 nfs4_verifier cl_verifier; /* generated by client */
431 time64_t cl_time; /* time of last lease renewal */
432 struct sockaddr_storage cl_addr; /* client ipaddress */
433 bool cl_mach_cred; /* SP4_MACH_CRED in force */
434 struct svc_cred cl_cred; /* setclientid principal */
435 clientid_t cl_clientid; /* generated by server */
436 nfs4_verifier cl_confirm; /* generated by server */
437 u32 cl_minorversion;
438 atomic_t cl_admin_revoked; /* count of admin-revoked states */
440 struct xdr_netobj cl_nii_domain;
441 struct xdr_netobj cl_nii_name;
442 struct timespec64 cl_nii_time;
445 struct nfs4_cb_conn cl_cb_conn;
454 unsigned long cl_flags;
456 struct workqueue_struct *cl_callback_wq;
457 const struct cred *cl_cb_cred;
458 struct rpc_clnt *cl_cb_client;
459 u32 cl_cb_ident;
464 int cl_cb_state;
465 struct nfsd4_callback cl_cb_null;
466 struct nfsd4_session *cl_cb_session;
469 spinlock_t cl_lock;
472 struct list_head cl_sessions;
473 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */
474 u32 cl_exchange_flags;
476 atomic_t cl_rpc_users;
477 struct nfsdfs_client cl_nfsdfs;
501 /* struct nfs4_client_reset argument
508 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument