Searched refs:nfs4_delegation (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | state.h | 141 struct nfs4_delegation { struct 155 container_of(cb, struct nfs4_delegation, dl_recall) 169 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid() 171 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid() 664 extern void nfsd4_prepare_cb_recall(struct nfs4_delegation *dp);
|
H A D | nfs4state.c | 938 static struct nfs4_delegation * 943 struct nfs4_delegation *dp; in alloc_init_deleg() 1024 static void nfs4_unlock_deleg_lease(struct nfs4_delegation *dp) in nfs4_unlock_deleg_lease() 1035 static void destroy_unhashed_deleg(struct nfs4_delegation *dp) in destroy_unhashed_deleg() 1059 struct nfs4_delegation *searchdp = NULL; in nfs4_delegation_exists() 1076 * @dp: a pointer to the nfs4_delegation we are adding. 1088 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked() 1104 static bool delegation_hashed(struct nfs4_delegation *dp) in delegation_hashed() 1110 unhash_delegation_locked(struct nfs4_delegation *dp) in unhash_delegation_locked() 1130 static void destroy_delegation(struct nfs4_delegation *d [all...] |
H A D | nfs4callback.c | 315 const struct nfs4_delegation *dp, in encode_cb_recall4args() 473 const struct nfs4_delegation *dp = cb_to_delegation(cb); in nfs4_xdr_enc_cb_recall()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | state.h | 141 struct nfs4_delegation { struct 156 container_of(cb, struct nfs4_delegation, dl_recall) 170 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid() 172 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
|
H A D | nfs4state.c | 1071 struct nfs4_delegation *dp = delegstateid(stid); in nfs4_free_deleg() 1157 static struct nfs4_delegation * 1161 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() 1278 struct nfs4_delegation *searchdp = NULL; in nfs4_delegation_exists() 1295 * @dp: a pointer to the nfs4_delegation we are adding. 1307 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked() 1323 static bool delegation_hashed(struct nfs4_delegation *dp) in delegation_hashed() 1329 unhash_delegation_locked(struct nfs4_delegation *d [all...] |
H A D | nfs4callback.c | 326 const struct nfs4_delegation *dp, in encode_cb_recall4args() 502 const struct nfs4_delegation *dp = cb_to_delegation(cb); in nfs4_xdr_enc_cb_recall()
|
Completed in 19 milliseconds