Searched refs:nfs4_delegation (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | state.h | 277 struct nfs4_delegation { struct 330 container_of(cb, struct nfs4_delegation, dl_recall) argument 344 static inline struct nfs4_delegation *delegstateid(struct nfs4_stid *s) in delegstateid() 346 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid() 985 struct dentry *dentry, struct nfs4_delegation **pdp); 988 struct nfs4_delegation *nfsd_get_dir_deleg(struct nfsd4_compound_state *cstate,
|
| H A D | nfs4state.c | 1160 struct nfs4_delegation *dp = delegstateid(stid); in nfs4_free_deleg() 1247 static struct nfs4_delegation * 1252 struct nfs4_delegation *dp; in __alloc_init_deleg() 1292 static struct nfs4_delegation * 1296 struct nfs4_delegation *dp; in alloc_init_deleg() 1310 struct nfs4_delegation *dp = delegstateid(stid); in nfs4_free_dir_deleg() 1325 static struct nfs4_delegation * 1328 struct nfs4_delegation *dp; in alloc_init_dir_deleg() 1416 static void nfsd4_finalize_deleg_timestamps(struct nfs4_delegation *dp, struct file *f) in nfsd4_finalize_deleg_timestamps() 1438 static void nfs4_unlock_deleg_lease(struct nfs4_delegation *dp) in nfs4_unlock_deleg_lease() [all …]
|
| H A D | nfs4callback.c | 343 const struct nfs4_delegation *dp, in encode_cb_recall4args() 391 struct nfs4_delegation *dp = container_of(fattr, struct nfs4_delegation, dl_cb_fattr); in encode_cb_getattr4args() 663 const struct nfs4_delegation *dp = cb_to_delegation(cb); in nfs4_xdr_enc_cb_recall() 901 struct nfs4_delegation *dp = container_of(ncn, struct nfs4_delegation, dl_cb_notify); in nfs4_xdr_enc_cb_notify()
|
| H A D | xdr4.h | 984 struct nfs4_delegation *dd, struct nfsd_file *nf, 986 u8 *nfsd4_encode_dir_attr_change(struct xdr_stream *xdr, struct nfs4_delegation *dp,
|
| H A D | nfs4proc.c | 1220 vet_deleg_attrs(struct nfsd4_setattr *setattr, struct nfs4_delegation *dp) in vet_deleg_attrs() 1283 struct nfs4_delegation *dp = delegstateid(st); in nfsd4_setattr() 1340 struct nfs4_delegation *dp = list_first_entry(&fi->fi_delegations, in nfsd4_file_mark_deleg_written() 1341 struct nfs4_delegation, dl_perfile); in nfsd4_file_mark_deleg_written() 2653 struct nfs4_delegation *dd; in nfsd4_get_dir_delegation()
|
| H A D | nfs4xdr.c | 3946 struct nfs4_delegation *dp = NULL; in nfsd4_encode_fattr4() 4217 setup_notify_fhandle(struct dentry *dentry, struct nfs4_delegation *dp, in setup_notify_fhandle() 4287 struct dentry *dentry, struct nfs4_delegation *dp, in nfsd4_setup_notify_entry4() 4383 struct nfs4_delegation *dp, struct nfsd_file *nf, in nfsd4_encode_notify_event() 4474 u8 *nfsd4_encode_dir_attr_change(struct xdr_stream *xdr, struct nfs4_delegation *dp, in nfsd4_encode_dir_attr_change()
|