• Home
  • Raw
  • Download

Lines Matching refs:dl_stid

887 	dp->dl_stid.sc_stateid.si_generation = 1;  in alloc_init_deleg()
895 nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client, in alloc_init_deleg()
898 dp->dl_stid.sc_file = fp; in alloc_init_deleg()
951 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
964 nfs4_put_stid(&dp->dl_stid); in destroy_unhashed_deleg()
991 searchclp = searchdp->dl_stid.sc_client; in nfs4_delegation_exists()
1015 struct nfs4_client *clp = dp->dl_stid.sc_client; in hash_delegation_locked()
1022 refcount_inc(&dp->dl_stid.sc_count); in hash_delegation_locked()
1023 dp->dl_stid.sc_type = NFS4_DELEG_STID; in hash_delegation_locked()
1032 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1039 dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID; in unhash_delegation_locked()
1063 struct nfs4_client *clp = dp->dl_stid.sc_client; in revoke_delegation()
1068 dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID; in revoke_delegation()
1069 refcount_inc(&dp->dl_stid.sc_count); in revoke_delegation()
2024 nfs4_put_stid(&dp->dl_stid); in __destroy_client()
4367 struct nfsd_net *nn = net_generic(dp->dl_stid.sc_client->net, in nfsd4_cb_recall_prepare()
4370 block_delegations(&dp->dl_stid.sc_file->fi_fhandle); in nfsd4_cb_recall_prepare()
4392 if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID) in nfsd4_cb_recall_done()
4421 nfs4_put_stid(&dp->dl_stid); in nfsd4_cb_recall_release()
4439 refcount_inc(&dp->dl_stid.sc_count); in nfsd_break_one_deleg()
4449 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfsd_break_deleg_cb()
4630 if (deleg->dl_stid.sc_type == NFS4_REVOKED_DELEG_STID) { in nfs4_check_deleg()
4631 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
4639 nfs4_put_stid(&deleg->dl_stid); in nfs4_check_deleg()
4798 fl->fl_file = dp->dl_stid.sc_file->fi_deleg_file->nf_file; in nfs4_alloc_init_lease()
4876 nfs4_put_stid(&dp->dl_stid); in nfs4_set_delegation()
4958 memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
4961 STATEID_VAL(&dp->dl_stid.sc_stateid)); in nfs4_open_delegation()
4963 nfs4_put_stid(&dp->dl_stid); in nfs4_open_delegation()
5101 nfs4_put_stid(&dp->dl_stid); in nfsd4_process_open2()
6044 status = nfsd4_stid_check_stateid_generation(stateid, &dp->dl_stid, nfsd4_has_session(cstate)); in nfsd4_delegreturn()
6050 nfs4_put_stid(&dp->dl_stid); in nfsd4_delegreturn()
7472 clp = dp->dl_stid.sc_client; in nfsd_forget_delegations()
7532 clp = dp->dl_stid.sc_client; in nfsd_recall_delegations()