Searched refs:dl_stid (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 1273 dp->dl_stid.sc_stateid.si_generation = 1; in __alloc_init_deleg() 1283 dp->dl_stid.sc_file = fp; in __alloc_init_deleg() 1284 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in __alloc_init_deleg() 1302 nfsd4_init_cb(&dp->dl_cb_fattr.ncf_getattr, dp->dl_stid.sc_client, in alloc_init_deleg() 1340 nfs4_put_stid(&dp->dl_stid); in alloc_init_dir_deleg() 1346 nfs4_put_stid(&dp->dl_stid); in alloc_init_dir_deleg() 1350 nfsd4_init_cb(&ncn->ncn_cb, dp->dl_stid.sc_client, in alloc_init_dir_deleg() 1440 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease() 1455 nfs4_put_stid(&dp->dl_stid); in destroy_unhashed_deleg() 1478 searchclp = searchdp->dl_stid.sc_client; in nfs4_delegation_exists() [all …]
|
| H A D | nfs4callback.c | 349 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args() 354 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args() 392 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; in encode_cb_getattr4args() 926 args.cna_stateid.seqid = dp->dl_stid.sc_stateid.si_generation; in nfs4_xdr_enc_cb_notify() 927 memcpy(&args.cna_stateid.other, &dp->dl_stid.sc_stateid.si_opaque, in nfs4_xdr_enc_cb_notify() 929 args.cna_fh.len = dp->dl_stid.sc_file->fi_fhandle.fh_size; in nfs4_xdr_enc_cb_notify() 930 args.cna_fh.data = dp->dl_stid.sc_file->fi_fhandle.fh_raw; in nfs4_xdr_enc_cb_notify()
|
| H A D | state.h | 278 struct nfs4_stid dl_stid; /* must be first field */ member 346 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
|
| H A D | nfs4proc.c | 1222 struct timespec64 now = current_time(dp->dl_stid.sc_file->fi_inode); in vet_deleg_attrs() 2696 memcpy(&gdd->gddr_stateid, &dd->dl_stid.sc_stateid, sizeof(gdd->gddr_stateid)); in nfsd4_get_dir_delegation() 2701 nfs4_put_stid(&dd->dl_stid); in nfsd4_get_dir_delegation()
|
| H A D | nfs4xdr.c | 4018 nfs4_put_stid(&dp->dl_stid); in nfsd4_encode_fattr4() 4220 struct nfs4_file *fi = dp->dl_stid.sc_file; in setup_notify_fhandle() 4221 struct nfs4_client *clp = dp->dl_stid.sc_client; in setup_notify_fhandle() 4237 exp = dp->dl_stid.sc_export; in setup_notify_fhandle()
|