Searched refs:nfs4_delegation (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
D | state.h | 124 struct nfs4_delegation { struct 138 container_of(cb, struct nfs4_delegation, dl_recall) argument 152 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid() 154 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid() 612 extern void nfsd4_prepare_cb_recall(struct nfs4_delegation *dp);
|
D | nfs4state.c | 690 static struct nfs4_delegation * 694 struct nfs4_delegation *dp; in alloc_init_deleg() 784 struct nfs4_delegation *searchdp = NULL; in nfs4_get_existing_delegation() 813 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked() 833 unhash_delegation_locked(struct nfs4_delegation *dp) in unhash_delegation_locked() 853 static void destroy_delegation(struct nfs4_delegation *dp) in destroy_delegation() 867 static void revoke_delegation(struct nfs4_delegation *dp) in revoke_delegation() 1781 struct nfs4_delegation *dp; in __destroy_client() 1787 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in __destroy_client() 1793 dp = list_entry(reaplist.next, struct nfs4_delegation, dl_recall_lru); in __destroy_client() [all …]
|
D | nfs4callback.c | 323 const struct nfs4_delegation *dp, in encode_cb_recall4args() 485 const struct nfs4_delegation *dp = cb_to_delegation(cb); in nfs4_xdr_enc_cb_recall()
|