Searched defs:nfs4_client (Results 1 – 1 of 1) sorted by relevance
418 struct nfs4_client { struct419 struct list_head cl_idhash; /* hash by cl_clientid.id */420 struct rb_node cl_namenode; /* link into by-name trees */421 struct list_head *cl_ownerstr_hashtbl;422 struct list_head cl_openowners;423 struct idr cl_stateids; /* stateid lookup */424 struct list_head cl_delegations;425 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */426 struct list_head cl_lru; /* tail queue */428 struct list_head cl_lo_states; /* outstanding layout states */[all …]