Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dnfs4callback.c356 encode_stateid4(xdr, &dp->dl_stid.sc_stateid); in encode_cb_recall4args()
801 struct nfs4_client *clp = dp->dl_stid.sc_client; in nfsd4_cb_prepare()
823 struct nfs4_client *clp = dp->dl_stid.sc_client; in nfsd4_cb_done()
846 struct nfs4_client *clp = dp->dl_stid.sc_client; in nfsd4_cb_recall_done()
1020 struct nfs4_client *clp = dp->dl_stid.sc_client; in nfsd4_cb_recall()
Dstate.h88 struct nfs4_stid dl_stid; /* must be first field */ member
116 return container_of(s, struct nfs4_delegation, dl_stid); in delegstateid()
Dnfs4state.c316 init_stid(&dp->dl_stid, clp, NFS4_DELEG_STID); in alloc_init_deleg()
322 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg()
369 unhash_stid(&dp->dl_stid); in unhash_delegation()
2858 list_add(&dp->dl_perclnt, &dp->dl_stid.sc_client->cl_delegations); in nfs4_setlease()
2887 list_add(&dp->dl_perclnt, &dp->dl_stid.sc_client->cl_delegations); in nfs4_set_delegation()
2957 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
2960 STATEID_VAL(&dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
3823 status = check_stateid_generation(stateid, &dp->dl_stid.sc_stateid, nfsd4_has_session(cstate)); in nfsd4_delegreturn()