Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h213 struct nfs4_delegation { struct
257 container_of(cb, struct nfs4_delegation, dl_recall) argument
271 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid()
273 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
881 struct dentry *dentry, struct nfs4_delegation **pdp);
884 struct nfs4_delegation *nfsd_get_dir_deleg(struct nfsd4_compound_state *cstate,
H A Dnfs4state.c1040 struct nfs4_delegation *dp = delegstateid(stid); in nfs4_free_deleg()
1127 static struct nfs4_delegation *
1131 struct nfs4_delegation *dp; in alloc_init_deleg()
1227 static void nfsd4_finalize_deleg_timestamps(struct nfs4_delegation *dp, struct file *f) in nfsd4_finalize_deleg_timestamps()
1263 static void nfs4_unlock_deleg_lease(struct nfs4_delegation *dp) in nfs4_unlock_deleg_lease()
1275 static void destroy_unhashed_deleg(struct nfs4_delegation *dp) in destroy_unhashed_deleg()
1294 struct nfs4_delegation *searchdp = NULL; in nfs4_delegation_exists()
1311 * @dp: a pointer to the nfs4_delegation we are adding.
1323 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked()
1340 static bool delegation_hashed(struct nfs4_delegation *d
[all...]
H A Dnfs4callback.c338 const struct nfs4_delegation *dp, in encode_cb_recall4args()
386 struct nfs4_delegation *dp = container_of(fattr, struct nfs4_delegation, dl_cb_fattr); in encode_cb_getattr4args()
636 const struct nfs4_delegation *dp = cb_to_delegation(cb); in nfs4_xdr_enc_cb_recall()
H A Dnfs4proc.c1191 vet_deleg_attrs(struct nfsd4_setattr *setattr, struct nfs4_delegation *dp) in vet_deleg_attrs()
1254 struct nfs4_delegation *dp = delegstateid(st); in nfsd4_setattr()
1311 struct nfs4_delegation *dp = list_first_entry(&fi->fi_delegations, in nfsd4_file_mark_deleg_written()
1312 struct nfs4_delegation, dl_perfile); in nfsd4_file_mark_deleg_written()
2515 struct nfs4_delegation *dd; in nfsd4_get_dir_delegation()
H A Dnfs4xdr.c3865 struct nfs4_delegation *dp = NULL; in nfsd4_encode_fattr4()