Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h90 struct nfs4_stid dl_stid; /* must be first field */ member
118 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
Dnfs4state.c387 dp->dl_stid.sc_type = NFS4_DELEG_STID; in alloc_init_deleg()
393 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg()
458 remove_stid(&dp->dl_stid); in destroy_revoked_delegation()
465 remove_stid(&dp->dl_stid); in destroy_delegation()
471 struct nfs4_client *clp = dp->dl_stid.sc_client; in revoke_delegation()
477 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID; in revoke_delegation()
2636 struct nfs4_client *clp = dp->dl_stid.sc_client; in nfsd_break_one_deleg()
2953 list_add(&dp->dl_perclnt, &dp->dl_stid.sc_client->cl_delegations); in nfs4_setlease()
2981 list_add(&dp->dl_perclnt, &dp->dl_stid.sc_client->cl_delegations); in nfs4_set_delegation()
3052 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
[all …]
Dnfs4callback.c334 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args()
1023 struct nfs4_client *clp = dp->dl_stid.sc_client; in nfsd4_cb_recall()