Lines Matching refs:dl_stid

950 	dp->dl_stid.sc_stateid.si_generation = 1;  in alloc_init_deleg()
958 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in alloc_init_deleg()
961 dp->dl_stid.sc_file = fp; in alloc_init_deleg()
1015 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
1028 nfs4_put_stid(&dp->dl_stid); in destroy_unhashed_deleg()
1055 searchclp = searchdp->dl_stid.sc_client; in nfs4_delegation_exists()
1079 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked()
1086 refcount_inc(&dp->dl_stid.sc_count); in hash_delegation_locked()
1087 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
1101 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1108 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID; in unhash_delegation_locked()
1132 struct nfs4_client *clp = dp->dl_stid.sc_client; in revoke_delegation()
1137 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID; in revoke_delegation()
1138 refcount_inc(&dp->dl_stid.sc_count); in revoke_delegation()
2100 nfs4_put_stid(&dp->dl_stid); in __destroy_client()
4511 struct nfsd_net *nn = net_generic(dp->dl_stid.sc_client->net, in nfsd4_cb_recall_prepare()
4514 block_delegations(&dp->dl_stid.sc_file->fi_fhandle); in nfsd4_cb_recall_prepare()
4536 if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID || in nfsd4_cb_recall_done()
4537 dp->dl_stid.sc_type == NFS4_REVOKED_DELEG_STID) in nfsd4_cb_recall_done()
4566 nfs4_put_stid(&dp->dl_stid); in nfsd4_cb_recall_release()
4584 refcount_inc(&dp->dl_stid.sc_count); in nfsd_break_one_deleg()
4594 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfsd_break_deleg_cb()
4596 trace_nfsd_deleg_break(&dp->dl_stid.sc_stateid); in nfsd_break_deleg_cb()
4633 return dl->dl_stid.sc_client == clp; in nfsd_breaker_owns_lease()
4803 if (deleg->dl_stid.sc_type == NFS4_REVOKED_DELEG_STID) { in nfs4_check_deleg()
4804 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
4812 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
4976 fl->fl_file = dp->dl_stid.sc_file->fi_deleg_file->nf_file; in nfs4_alloc_init_lease()
5054 nfs4_put_stid(&dp->dl_stid); in nfs4_set_delegation()
5136 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
5138 trace_nfsd_deleg_read(&dp->dl_stid.sc_stateid); in nfs4_open_delegation()
5140 nfs4_put_stid(&dp->dl_stid); in nfs4_open_delegation()
5276 nfs4_put_stid(&dp->dl_stid); in nfsd4_process_open2()
6302 status = nfsd4_stid_check_stateid_generation(stateid, &dp->dl_stid, nfsd4_has_session(cstate)); in nfsd4_delegreturn()
6308 nfs4_put_stid(&dp->dl_stid); in nfsd4_delegreturn()