Home
last modified time | relevance | path

Searched defs:nfs4_client (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/fs/nfsd/
Dstate.h231 struct nfs4_client { struct
232 struct list_head cl_idhash; /* hash by cl_clientid.id */
233 struct list_head cl_strhash; /* hash by cl_name */
234 struct list_head cl_openowners;
235 struct idr cl_stateids; /* stateid lookup */
236 struct list_head cl_delegations;
237 struct list_head cl_lru; /* tail queue */
238 struct xdr_netobj cl_name; /* id generated by client */
239 char cl_recdir[HEXDIR_LEN]; /* recovery dir */
240 nfs4_verifier cl_verifier; /* generated by client */
[all …]