Searched defs:nfs4_client (Results 1 – 1 of 1) sorted by relevance
295 struct nfs4_client { struct296 struct list_head cl_idhash; /* hash by cl_clientid.id */297 struct rb_node cl_namenode; /* link into by-name trees */298 struct list_head *cl_ownerstr_hashtbl;299 struct list_head cl_openowners;300 struct idr cl_stateids; /* stateid lookup */301 struct list_head cl_delegations;302 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */303 struct list_head cl_lru; /* tail queue */305 struct list_head cl_lo_states; /* outstanding layout states */[all …]