Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dstate.h128 struct nfs4_delegation { struct
142 container_of(cb, struct nfs4_delegation, dl_recall) argument
156 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid()
158 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
647 extern void nfsd4_prepare_cb_recall(struct nfs4_delegation *dp);
Dnfs4state.c864 static struct nfs4_delegation *
869 struct nfs4_delegation *dp; in alloc_init_deleg()
949 static void nfs4_unlock_deleg_lease(struct nfs4_delegation *dp) in nfs4_unlock_deleg_lease()
960 static void destroy_unhashed_deleg(struct nfs4_delegation *dp) in destroy_unhashed_deleg()
984 struct nfs4_delegation *searchdp = NULL; in nfs4_delegation_exists()
1013 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked()
1030 unhash_delegation_locked(struct nfs4_delegation *dp) in unhash_delegation_locked()
1050 static void destroy_delegation(struct nfs4_delegation *dp) in destroy_delegation()
1061 static void revoke_delegation(struct nfs4_delegation *dp) in revoke_delegation()
2005 struct nfs4_delegation *dp; in __destroy_client()
[all …]
Dnfs4callback.c314 const struct nfs4_delegation *dp, in encode_cb_recall4args()
472 const struct nfs4_delegation *dp = cb_to_delegation(cb); in nfs4_xdr_enc_cb_recall()