Home
last modified time | relevance | path

Searched defs:nfs4_delegation (Results 1 – 1 of 1) sorted by relevance

/fs/nfsd/
Dstate.h89 struct nfs4_delegation { struct
90 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