Searched defs:nfs4_delegation (Results 1 – 1 of 1) sorted by relevance
213 struct nfs4_delegation { struct214 struct nfs4_stid dl_stid; /* must be first field */215 struct list_head dl_perfile;216 struct list_head dl_perclnt;217 struct list_head dl_recall_lru; /* delegation recalled */218 struct nfs4_clnt_odstate *dl_clnt_odstate;219 time64_t dl_time;220 u32 dl_type;222 int dl_retries;223 struct nfsd4_callback dl_recall;[all …]