Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs4state.c1191 dp->dl_stid.sc_file = fp; in alloc_init_deleg()
1258 nfs4_put_stid(&dp->dl_stid); in destroy_unhashed_deleg()
2241 nfs4_put_stid(&dp->dl_stid); in __destroy_client()
4897 nfs4_put_stid(&dp->dl_stid); in nfsd4_cb_recall_release()
5141 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
5149 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
5572 nfs4_put_stid(&dp->dl_stid); in nfs4_set_delegation()
5665 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
5674 nfs4_put_stid(&dp->dl_stid); in nfs4_open_delegation()
5824 nfs4_put_stid(&dp->dl_stid); in nfsd4_process_open2()
[all …]
H A Dstate.h142 struct nfs4_stid dl_stid; /* must be first field */ member
172 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
H A Dnfs4callback.c332 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args()
337 encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle); in encode_cb_recall4args()