Home
last modified time | relevance | path

Searched refs:dl_stid (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dnfs4state.c1178 dp->dl_stid.sc_file = fp; in alloc_init_deleg()
1247 nfs4_put_stid(&dp->dl_stid); in destroy_unhashed_deleg()
2481 nfs4_put_stid(&dp->dl_stid); in __destroy_client()
3199 nfs4_put_stid(&dp->dl_stid); in nfsd4_cb_getattr_release()
5375 if (dp->dl_stid.sc_status) in nfsd4_cb_recall_done()
5405 nfs4_put_stid(&dp->dl_stid); in nfsd4_cb_recall_release()
6106 nfs4_put_stid(&dp->dl_stid); in nfs4_set_delegation()
6241 nfs4_put_stid(&dp->dl_stid); in nfs4_open_delegation()
6417 nfs4_put_stid(&dp->dl_stid); in nfsd4_process_open2()
7747 nfs4_put_stid(&dp->dl_stid); in nfsd4_delegreturn()
[all …]
H A Dstate.h195 struct nfs4_stid dl_stid; /* must be first field */ member
244 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
H A Dnfs4callback.c344 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 Dnfs4xdr.c3643 nfs4_put_stid(&dp->dl_stid); in nfsd4_encode_fattr4()