Searched defs:nfs4_client (Results 1 – 1 of 1) sorted by relevance
522 struct nfs4_client { struct523 struct list_head cl_idhash; /* hash by cl_clientid.id */524 struct rb_node cl_namenode; /* link into by-name trees */525 struct list_head *cl_ownerstr_hashtbl;526 struct list_head cl_openowners;527 struct idr cl_stateids; /* stateid lookup */528 struct list_head cl_delegations;529 struct list_head cl_revoked; /* unacknowledged, revoked 4.1 state */530 struct list_head cl_lru; /* tail queue */532 struct list_head cl_lo_states; /* outstanding layout states */[all …]