Searched defs:nfs4_delegation (Results 1 – 1 of 1) sorted by relevance
89 struct nfs4_delegation { struct90 struct nfs4_stid dl_stid; /* must be first field */91 struct list_head dl_perfile;92 struct list_head dl_perclnt;116 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid() argument