Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dstate.h299 struct nfs4_client { struct
300 struct list_head cl_idhash; /* hash by cl_clientid.id */
301 struct rb_node cl_namenode; /* link into by-name trees */
302 struct list_head *cl_ownerstr_hashtbl;
303 struct list_head cl_openowners;
304 struct idr cl_stateids; /* stateid lookup */
305 struct list_head cl_delegations;
306 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */
307 struct list_head cl_lru; /* tail queue */
309 struct list_head cl_lo_states; /* outstanding layout states */
[all …]