Searched refs:dl_stid (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 1151 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg() 1160 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in alloc_init_deleg() 1162 nfsd4_init_cb(&dp->dl_cb_fattr.ncf_getattr, dp->dl_stid.sc_client, in alloc_init_deleg() 1166 dp->dl_stid.sc_file = fp; in alloc_init_deleg() 1265 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease() 1279 nfs4_put_stid(&dp->dl_stid); in destroy_unhashed_deleg() 1301 searchclp = searchdp->dl_stid.sc_client; in nfs4_delegation_exists() 1325 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked() 1333 refcount_inc(&dp->dl_stid.sc_count); in hash_delegation_locked() 1334 dp->dl_stid.sc_type = SC_TYPE_DELEG; in hash_delegation_locked() [all …]
|
| H A D | state.h | 214 struct nfs4_stid dl_stid; /* must be first field */ member 273 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
|
| H A D | nfs4callback.c | 344 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args() 349 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args() 387 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; in encode_cb_getattr4args()
|
| H A D | nfs4proc.c | 1193 struct timespec64 now = current_time(dp->dl_stid.sc_file->fi_inode); in vet_deleg_attrs() 2547 memcpy(&gdd->gddr_stateid, &dd->dl_stid.sc_stateid, sizeof(gdd->gddr_stateid)); in nfsd4_get_dir_delegation() 2548 nfs4_put_stid(&dd->dl_stid); in nfsd4_get_dir_delegation()
|
| H A D | nfs4xdr.c | 3938 nfs4_put_stid(&dp->dl_stid); in nfsd4_encode_fattr4()
|