Lines Matching defs:nfs4_client

335 struct nfs4_client {  struct
336 struct list_head cl_idhash; /* hash by cl_clientid.id */
337 struct rb_node cl_namenode; /* link into by-name trees */
338 struct list_head *cl_ownerstr_hashtbl;
339 struct list_head cl_openowners;
340 struct idr cl_stateids; /* stateid lookup */
341 struct list_head cl_delegations;
342 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */
343 struct list_head cl_lru; /* tail queue */
345 struct list_head cl_lo_states; /* outstanding layout states */
347 struct xdr_netobj cl_name; /* id generated by client */
348 nfs4_verifier cl_verifier; /* generated by client */
349 time64_t cl_time; /* time of last lease renewal */
350 struct sockaddr_storage cl_addr; /* client ipaddress */
351 bool cl_mach_cred; /* SP4_MACH_CRED in force */
352 struct svc_cred cl_cred; /* setclientid principal */
353 clientid_t cl_clientid; /* generated by server */
354 nfs4_verifier cl_confirm; /* generated by server */
355 u32 cl_minorversion;
357 struct xdr_netobj cl_nii_domain;
358 struct xdr_netobj cl_nii_name;
359 struct timespec64 cl_nii_time;
362 struct nfs4_cb_conn cl_cb_conn;
372 unsigned long cl_flags;
373 const struct cred *cl_cb_cred;
374 struct rpc_clnt *cl_cb_client;
375 u32 cl_cb_ident;
380 int cl_cb_state;
381 struct nfsd4_callback cl_cb_null;
382 struct nfsd4_session *cl_cb_session;
385 spinlock_t cl_lock;
388 struct list_head cl_sessions;
389 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */
390 u32 cl_exchange_flags;
392 atomic_t cl_rpc_users;
393 struct nfsdfs_client cl_nfsdfs;
394 struct nfs4_op_map cl_spo_must_allow;
397 struct dentry *cl_nfsd_dentry;
421 /* struct nfs4_client_reset argument
428 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument