Lines Matching refs:dl_stid

708 	dp->dl_stid.sc_free = nfs4_free_deleg;  in alloc_init_deleg()
714 dp->dl_stid.sc_stateid.si_generation = 1; in alloc_init_deleg()
722 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in alloc_init_deleg()
804 searchclp = searchdp->dl_stid.sc_client; in nfs4_get_existing_delegation()
829 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked()
838 atomic_inc(&dp->dl_stid.sc_count); in hash_delegation_locked()
839 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
848 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
855 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID; in unhash_delegation_locked()
875 nfs4_put_deleg_lease(dp->dl_stid.sc_file); in destroy_delegation()
876 nfs4_put_stid(&dp->dl_stid); in destroy_delegation()
882 struct nfs4_client *clp = dp->dl_stid.sc_client; in revoke_delegation()
887 nfs4_put_deleg_lease(dp->dl_stid.sc_file); in revoke_delegation()
890 nfs4_put_stid(&dp->dl_stid); in revoke_delegation()
892 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID; in revoke_delegation()
1814 nfs4_put_deleg_lease(dp->dl_stid.sc_file); in __destroy_client()
1815 nfs4_put_stid(&dp->dl_stid); in __destroy_client()
1820 nfs4_put_stid(&dp->dl_stid); in __destroy_client()
3597 struct nfsd_net *nn = net_generic(dp->dl_stid.sc_client->net, in nfsd4_cb_recall_prepare()
3600 block_delegations(&dp->dl_stid.sc_file->fi_fhandle); in nfsd4_cb_recall_prepare()
3622 if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID) in nfsd4_cb_recall_done()
3648 nfs4_put_stid(&dp->dl_stid); in nfsd4_cb_recall_release()
3666 atomic_inc(&dp->dl_stid.sc_count); in nfsd_break_one_deleg()
3875 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
4050 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_setlease()
4127 dp->dl_stid.sc_file = fp; in nfs4_set_delegation()
4145 nfs4_put_stid(&dp->dl_stid); in nfs4_set_delegation()
4227 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
4230 STATEID_VAL(&dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
4232 nfs4_put_stid(&dp->dl_stid); in nfs4_open_delegation()
4378 nfs4_put_stid(&dp->dl_stid); in nfsd4_process_open2()
5199 status = check_stateid_generation(stateid, &dp->dl_stid.sc_stateid, nfsd4_has_session(cstate)); in nfsd4_delegreturn()
5205 nfs4_put_stid(&dp->dl_stid); in nfsd4_delegreturn()
6522 clp = dp->dl_stid.sc_client; in nfsd_forget_delegations()
6582 clp = dp->dl_stid.sc_client; in nfsd_recall_delegations()
6807 nfs4_put_deleg_lease(dp->dl_stid.sc_file); in nfs4_state_shutdown_net()
6808 nfs4_put_stid(&dp->dl_stid); in nfs4_state_shutdown_net()