• Home
  • Raw
  • Download

Lines Matching defs:nfs4_client

312 struct nfs4_client {  struct
313 struct list_head cl_idhash; /* hash by cl_clientid.id */
314 struct rb_node cl_namenode; /* link into by-name trees */
315 struct list_head *cl_ownerstr_hashtbl;
316 struct list_head cl_openowners;
317 struct idr cl_stateids; /* stateid lookup */
318 struct list_head cl_delegations;
319 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */
320 struct list_head cl_lru; /* tail queue */
322 struct list_head cl_lo_states; /* outstanding layout states */
324 struct xdr_netobj cl_name; /* id generated by client */
325 nfs4_verifier cl_verifier; /* generated by client */
326 time64_t cl_time; /* time of last lease renewal */
327 struct sockaddr_storage cl_addr; /* client ipaddress */
328 bool cl_mach_cred; /* SP4_MACH_CRED in force */
329 struct svc_cred cl_cred; /* setclientid principal */
330 clientid_t cl_clientid; /* generated by server */
331 nfs4_verifier cl_confirm; /* generated by server */
332 u32 cl_minorversion;
334 struct xdr_netobj cl_nii_domain;
335 struct xdr_netobj cl_nii_name;
336 struct timespec64 cl_nii_time;
339 struct nfs4_cb_conn cl_cb_conn;
348 unsigned long cl_flags;
349 const struct cred *cl_cb_cred;
350 struct rpc_clnt *cl_cb_client;
351 u32 cl_cb_ident;
356 int cl_cb_state;
357 struct nfsd4_callback cl_cb_null;
358 struct nfsd4_session *cl_cb_session;
361 spinlock_t cl_lock;
364 struct list_head cl_sessions;
365 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */
366 u32 cl_exchange_flags;
390 /* struct nfs4_client_reset argument
397 struct nfs4_client *cr_clp; /* pointer to associated clp */ argument