Lines Matching defs:nfs4_client

436 struct nfs4_client {  struct
437 struct list_head cl_idhash; /* hash by cl_clientid.id */
438 struct rb_node cl_namenode; /* link into by-name trees */
439 struct list_head *cl_ownerstr_hashtbl;
440 struct list_head cl_openowners;
441 struct idr cl_stateids; /* stateid lookup */
442 struct list_head cl_delegations;
443 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */
444 struct list_head cl_lru; /* tail queue */
446 struct list_head cl_lo_states; /* outstanding layout states */
448 struct xdr_netobj cl_name; /* id generated by client */
449 nfs4_verifier cl_verifier; /* generated by client */
450 time64_t cl_time; /* time of last lease renewal */
451 struct sockaddr_storage cl_addr; /* client ipaddress */
452 bool cl_mach_cred; /* SP4_MACH_CRED in force */
453 struct svc_cred cl_cred; /* setclientid principal */
454 clientid_t cl_clientid; /* generated by server */
455 nfs4_verifier cl_confirm; /* generated by server */
456 u32 cl_minorversion;
457 atomic_t cl_admin_revoked; /* count of admin-revoked states */
459 struct xdr_netobj cl_nii_domain;
460 struct xdr_netobj cl_nii_name;
461 struct timespec64 cl_nii_time;
464 struct nfs4_cb_conn cl_cb_conn;
473 unsigned long cl_flags;
475 struct workqueue_struct *cl_callback_wq;
476 const struct cred *cl_cb_cred;
477 struct rpc_clnt *cl_cb_client;
478 u32 cl_cb_ident;
483 int cl_cb_state;
484 struct nfsd4_callback cl_cb_null;
485 struct nfsd4_session *cl_cb_session;
488 spinlock_t cl_lock;
491 struct list_head cl_sessions;
492 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */
493 u32 cl_exchange_flags;
495 atomic_t cl_rpc_users;
496 struct nfsdfs_client cl_nfsdfs;
520 /* struct nfs4_client_reset argument
527 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument