Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dstate.h219 struct nfs4_client { struct
220 struct list_head cl_idhash; /* hash by cl_clientid.id */
221 struct list_head cl_strhash; /* hash by cl_name */
222 struct list_head cl_openowners;
223 struct list_head cl_delegations;
224 struct list_head cl_lru; /* tail queue */
225 struct xdr_netobj cl_name; /* id generated by client */
226 char cl_recdir[HEXDIR_LEN]; /* recovery dir */
227 nfs4_verifier cl_verifier; /* generated by client */
228 time_t cl_time; /* time of last lease renewal */
[all …]