Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h179 struct nfs4_delegation { struct
197 container_of(cb, struct nfs4_delegation, dl_recall) argument
211 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid()
213 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
H A Dnfs4state.c1062 struct nfs4_delegation *dp = delegstateid(stid); in nfs4_free_deleg()
1149 static struct nfs4_delegation *
1153 struct nfs4_delegation *dp; in alloc_init_deleg()
1243 static void nfs4_unlock_deleg_lease(struct nfs4_delegation *dp) in nfs4_unlock_deleg_lease()
1254 static void destroy_unhashed_deleg(struct nfs4_delegation *dp) in destroy_unhashed_deleg()
1273 struct nfs4_delegation *searchdp = NULL; in nfs4_delegation_exists()
1302 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked()
1319 static bool delegation_hashed(struct nfs4_delegation *dp) in delegation_hashed()
1325 unhash_delegation_locked(struct nfs4_delegation *dp, unsigned short statusmask) in unhash_delegation_locked()
1351 static void destroy_delegation(struct nfs4_delegation *dp) in destroy_delegation()
[all …]
H A Dnfs4callback.c316 const struct nfs4_delegation *dp, in encode_cb_recall4args()
364 struct nfs4_delegation *dp = in encode_cb_getattr4args()
365 container_of(fattr, struct nfs4_delegation, dl_cb_fattr); in encode_cb_getattr4args()
536 const struct nfs4_delegation *dp = cb_to_delegation(cb); in nfs4_xdr_enc_cb_recall()