Home
last modified time | relevance | path

Searched refs:nfs4_delegation (Results 1 – 4 of 4) 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()
902 struct dentry *dentry, struct nfs4_delegation **pdp);
905 struct nfs4_delegation *nfsd_get_dir_deleg(struct nfsd4_compound_state *cstate,
H A Dnfs4state.c1035 struct nfs4_delegation *dp = delegstateid(stid); in nfs4_free_deleg()
1122 static struct nfs4_delegation *
1126 struct nfs4_delegation *dp; in alloc_init_deleg()
1222 static void nfsd4_finalize_deleg_timestamps(struct nfs4_delegation *dp, struct file *f) in nfsd4_finalize_deleg_timestamps()
1244 static void nfs4_unlock_deleg_lease(struct nfs4_delegation *dp) in nfs4_unlock_deleg_lease()
1256 static void destroy_unhashed_deleg(struct nfs4_delegation *dp) in destroy_unhashed_deleg()
1275 struct nfs4_delegation *searchdp = NULL; in nfs4_delegation_exists()
1305 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 *dp, unsigned short statusmask) in unhash_delegation_locked()
[all …]
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()
2527 struct nfs4_delegation *dd; in nfsd4_get_dir_delegation()
H A Dnfs4xdr.c3866 struct nfs4_delegation *dp = NULL; in nfsd4_encode_fattr4()