Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h89 struct nfs4_delegation { struct
116 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid() argument
118 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
473 extern void nfsd4_cb_recall(struct nfs4_delegation *dp);
477 extern void nfs4_put_delegation(struct nfs4_delegation *dp);
Dnfs4callback.c328 const struct nfs4_delegation *dp, in encode_cb_recall4args()
496 const struct nfs4_delegation *args = cb->cb_op; in nfs4_xdr_enc_cb_recall()
840 struct nfs4_delegation *dp = container_of(cb, struct nfs4_delegation, dl_recall); in nfsd4_cb_recall_done()
882 struct nfs4_delegation *dp = container_of(cb, struct nfs4_delegation, dl_recall); in nfsd4_cb_recall_release()
1020 void nfsd4_cb_recall(struct nfs4_delegation *dp) in nfsd4_cb_recall()
Dnfs4state.c366 static struct nfs4_delegation *
369 struct nfs4_delegation *dp; in alloc_init_deleg()
416 nfs4_put_delegation(struct nfs4_delegation *dp) in nfs4_put_delegation()
441 unhash_delegation(struct nfs4_delegation *dp) in unhash_delegation()
455 static void destroy_revoked_delegation(struct nfs4_delegation *dp) in destroy_revoked_delegation()
462 static void destroy_delegation(struct nfs4_delegation *dp) in destroy_delegation()
469 static void revoke_delegation(struct nfs4_delegation *dp) in revoke_delegation()
1124 struct nfs4_delegation *dp; in destroy_client()
1131 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in destroy_client()
1137 dp = list_entry(reaplist.next, struct nfs4_delegation, dl_recall_lru); in destroy_client()
[all …]