Searched defs:nfs4_delegation (Results 1 – 1 of 1) sorted by relevance
194 struct nfs4_delegation { struct195 struct nfs4_stid dl_stid; /* must be first field */196 struct list_head dl_perfile;197 struct list_head dl_perclnt;198 struct list_head dl_recall_lru; /* delegation recalled */199 struct nfs4_clnt_odstate *dl_clnt_odstate;200 time64_t dl_time;201 u32 dl_type;203 int dl_retries;204 struct nfsd4_callback dl_recall;[all …]