Lines Matching defs:nfs4_delegation
213 struct nfs4_delegation { struct
214 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;
224 bool dl_recalled;
225 bool dl_written;
226 bool dl_setattr;
229 struct nfs4_cb_fattr dl_cb_fattr;
232 struct timespec64 dl_atime;
233 struct timespec64 dl_mtime;
257 container_of(cb, struct nfs4_delegation, dl_recall) argument