Lines Matching defs:nfs4_client

418 struct nfs4_client {  struct
419 struct list_head cl_idhash; /* hash by cl_clientid.id */
420 struct rb_node cl_namenode; /* link into by-name trees */
421 struct list_head *cl_ownerstr_hashtbl;
422 struct list_head cl_openowners;
423 struct idr cl_stateids; /* stateid lookup */
424 struct list_head cl_delegations;
425 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */
426 struct list_head cl_lru; /* tail queue */
428 struct list_head cl_lo_states; /* outstanding layout states */
430 struct xdr_netobj cl_name; /* id generated by client */
431 nfs4_verifier cl_verifier; /* generated by client */
432 time64_t cl_time; /* time of last lease renewal */
433 struct sockaddr_storage cl_addr; /* client ipaddress */
434 bool cl_mach_cred; /* SP4_MACH_CRED in force */
435 struct svc_cred cl_cred; /* setclientid principal */
436 clientid_t cl_clientid; /* generated by server */
437 nfs4_verifier cl_confirm; /* generated by server */
438 u32 cl_minorversion;
439 atomic_t cl_admin_revoked; /* count of admin-revoked states */
441 struct xdr_netobj cl_nii_domain;
442 struct xdr_netobj cl_nii_name;
443 struct timespec64 cl_nii_time;
446 struct nfs4_cb_conn cl_cb_conn;
456 unsigned long cl_flags;
458 struct workqueue_struct *cl_callback_wq;
459 const struct cred *cl_cb_cred;
460 struct rpc_clnt *cl_cb_client;
461 u32 cl_cb_ident;
466 int cl_cb_state;
467 struct nfsd4_callback cl_cb_null;
468 struct nfsd4_session *cl_cb_session;
471 spinlock_t cl_lock;
474 struct list_head cl_sessions;
475 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */
476 u32 cl_exchange_flags;
478 atomic_t cl_rpc_users;
479 struct nfsdfs_client cl_nfsdfs;
480 struct nfs4_op_map cl_spo_must_allow;
504 /* struct nfs4_client_reset argument
511 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument