Home
last modified time | relevance | path

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

/linux-3.3/fs/nfsd/
Dstate.h87 struct nfs4_delegation { struct
88 struct nfs4_stid dl_stid; /* must be first field */
89 struct list_head dl_perfile;
90 struct list_head dl_perclnt;
114 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid() argument
Dnfs4state.c4505 int nfsd_process_n_delegations(u64 num, void (*deleg_func)(struct nfs4_delegation *)) in nfsd_process_n_delegations()