Lines Matching refs:dl_stid
1182 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg()
1191 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in alloc_init_deleg()
1194 dp->dl_stid.sc_file = fp; in alloc_init_deleg()
1248 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
1261 nfs4_put_stid(&dp->dl_stid); in destroy_unhashed_deleg()
1288 searchclp = searchdp->dl_stid.sc_client; in nfs4_delegation_exists()
1312 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked()
1319 refcount_inc(&dp->dl_stid.sc_count); in hash_delegation_locked()
1320 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
1334 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1341 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID; in unhash_delegation_locked()
1365 struct nfs4_client *clp = dp->dl_stid.sc_client; in revoke_delegation()
1370 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID; in revoke_delegation()
1371 refcount_inc(&dp->dl_stid.sc_count); in revoke_delegation()
2242 nfs4_put_stid(&dp->dl_stid); in __destroy_client()
4806 struct nfsd_net *nn = net_generic(dp->dl_stid.sc_client->net, in nfsd4_cb_recall_prepare()
4809 block_delegations(&dp->dl_stid.sc_file->fi_fhandle); in nfsd4_cb_recall_prepare()
4831 trace_nfsd_cb_recall_done(&dp->dl_stid.sc_stateid, task); in nfsd4_cb_recall_done()
4833 if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID || in nfsd4_cb_recall_done()
4834 dp->dl_stid.sc_type == NFS4_REVOKED_DELEG_STID) in nfsd4_cb_recall_done()
4863 nfs4_put_stid(&dp->dl_stid); in nfsd4_cb_recall_release()
4881 refcount_inc(&dp->dl_stid.sc_count); in nfsd_break_one_deleg()
4890 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfsd_break_deleg_cb()
4891 struct nfs4_client *clp = dp->dl_stid.sc_client; in nfsd_break_deleg_cb()
4894 trace_nfsd_cb_recall(&dp->dl_stid); in nfsd_break_deleg_cb()
4938 return dl->dl_stid.sc_client == clp; in nfsd_breaker_owns_lease()
4946 struct nfs4_client *clp = dp->dl_stid.sc_client; in nfsd_change_deleg_cb()
5108 if (deleg->dl_stid.sc_type == NFS4_REVOKED_DELEG_STID) { in nfs4_check_deleg()
5109 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
5117 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
5309 fl->fl_file = dp->dl_stid.sc_file->fi_deleg_file->nf_file; in nfs4_alloc_init_lease()
5490 nfs4_put_stid(&dp->dl_stid); in nfs4_set_delegation()
5564 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
5566 trace_nfsd_deleg_read(&dp->dl_stid.sc_stateid); in nfs4_open_delegation()
5568 nfs4_put_stid(&dp->dl_stid); in nfs4_open_delegation()
5716 nfs4_put_stid(&dp->dl_stid); in nfsd4_process_open2()
6908 status = nfsd4_stid_check_stateid_generation(stateid, &dp->dl_stid, nfsd4_has_session(cstate)); in nfsd4_delegreturn()
6915 nfs4_put_stid(&dp->dl_stid); in nfsd4_delegreturn()