Lines Matching defs:nfs4_client
333 struct nfs4_client { struct
334 struct list_head cl_idhash; /* hash by cl_clientid.id */
335 struct rb_node cl_namenode; /* link into by-name trees */
336 struct list_head *cl_ownerstr_hashtbl;
337 struct list_head cl_openowners;
338 struct idr cl_stateids; /* stateid lookup */
339 struct list_head cl_delegations;
340 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */
341 struct list_head cl_lru; /* tail queue */
343 struct list_head cl_lo_states; /* outstanding layout states */
345 struct xdr_netobj cl_name; /* id generated by client */
346 nfs4_verifier cl_verifier; /* generated by client */
347 time64_t cl_time; /* time of last lease renewal */
348 struct sockaddr_storage cl_addr; /* client ipaddress */
349 bool cl_mach_cred; /* SP4_MACH_CRED in force */
350 struct svc_cred cl_cred; /* setclientid principal */
351 clientid_t cl_clientid; /* generated by server */
352 nfs4_verifier cl_confirm; /* generated by server */
353 u32 cl_minorversion;
355 struct xdr_netobj cl_nii_domain;
356 struct xdr_netobj cl_nii_name;
357 struct timespec64 cl_nii_time;
360 struct nfs4_cb_conn cl_cb_conn;
370 unsigned long cl_flags;
371 const struct cred *cl_cb_cred;
372 struct rpc_clnt *cl_cb_client;
373 u32 cl_cb_ident;
378 int cl_cb_state;
379 struct nfsd4_callback cl_cb_null;
380 struct nfsd4_session *cl_cb_session;
383 spinlock_t cl_lock;
386 struct list_head cl_sessions;
387 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */
388 u32 cl_exchange_flags;
390 atomic_t cl_rpc_users;
391 struct nfsdfs_client cl_nfsdfs;
392 struct nfs4_op_map cl_spo_must_allow;
395 struct dentry *cl_nfsd_dentry;
419 /* struct nfs4_client_reset argument
426 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument