Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/nfsd/
Dstate.h335 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 */
[all …]
/kernel/linux/linux-5.10/fs/nfsd/
Dstate.h312 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 */
[all …]