dl_stid           320 fs/nfsd/nfs4callback.c 	encode_stateid4(xdr, &dp->dl_stid.sc_stateid);
dl_stid           325 fs/nfsd/nfs4callback.c 	encode_nfs_fh4(xdr, &dp->dl_stid.sc_file->fi_fhandle);
dl_stid           889 fs/nfsd/nfs4state.c 	dp->dl_stid.sc_stateid.si_generation = 1;
dl_stid           897 fs/nfsd/nfs4state.c 	nfsd4_init_cb(&dp->dl_recall, dp->dl_stid.sc_client,
dl_stid           900 fs/nfsd/nfs4state.c 	dp->dl_stid.sc_file = fp;
dl_stid           953 fs/nfsd/nfs4state.c 	struct nfs4_file *fp = dp->dl_stid.sc_file;
dl_stid           966 fs/nfsd/nfs4state.c 	nfs4_put_stid(&dp->dl_stid);
dl_stid           993 fs/nfsd/nfs4state.c 		searchclp = searchdp->dl_stid.sc_client;
dl_stid          1017 fs/nfsd/nfs4state.c 	struct nfs4_client *clp = dp->dl_stid.sc_client;
dl_stid          1024 fs/nfsd/nfs4state.c 	refcount_inc(&dp->dl_stid.sc_count);
dl_stid          1025 fs/nfsd/nfs4state.c 	dp->dl_stid.sc_type = NFS4_DELEG_STID;
dl_stid          1034 fs/nfsd/nfs4state.c 	struct nfs4_file *fp = dp->dl_stid.sc_file;
dl_stid          1041 fs/nfsd/nfs4state.c 	dp->dl_stid.sc_type = NFS4_CLOSED_DELEG_STID;
dl_stid          1065 fs/nfsd/nfs4state.c 	struct nfs4_client *clp = dp->dl_stid.sc_client;
dl_stid          1070 fs/nfsd/nfs4state.c 		dp->dl_stid.sc_type = NFS4_REVOKED_DELEG_STID;
dl_stid          1071 fs/nfsd/nfs4state.c 		refcount_inc(&dp->dl_stid.sc_count);
dl_stid          2026 fs/nfsd/nfs4state.c 		nfs4_put_stid(&dp->dl_stid);
dl_stid          4369 fs/nfsd/nfs4state.c 	struct nfsd_net *nn = net_generic(dp->dl_stid.sc_client->net,
dl_stid          4372 fs/nfsd/nfs4state.c 	block_delegations(&dp->dl_stid.sc_file->fi_fhandle);
dl_stid          4394 fs/nfsd/nfs4state.c 	if (dp->dl_stid.sc_type == NFS4_CLOSED_DELEG_STID)
dl_stid          4423 fs/nfsd/nfs4state.c 	nfs4_put_stid(&dp->dl_stid);
dl_stid          4441 fs/nfsd/nfs4state.c 	refcount_inc(&dp->dl_stid.sc_count);
dl_stid          4451 fs/nfsd/nfs4state.c 	struct nfs4_file *fp = dp->dl_stid.sc_file;
dl_stid          4632 fs/nfsd/nfs4state.c 	if (deleg->dl_stid.sc_type == NFS4_REVOKED_DELEG_STID) {
dl_stid          4633 fs/nfsd/nfs4state.c 		nfs4_put_stid(&deleg->dl_stid);
dl_stid          4641 fs/nfsd/nfs4state.c 		nfs4_put_stid(&deleg->dl_stid);
dl_stid          4800 fs/nfsd/nfs4state.c 	fl->fl_file = dp->dl_stid.sc_file->fi_deleg_file->nf_file;
dl_stid          4878 fs/nfsd/nfs4state.c 	nfs4_put_stid(&dp->dl_stid);
dl_stid          4960 fs/nfsd/nfs4state.c 	memcpy(&open->op_delegate_stateid, &dp->dl_stid.sc_stateid, sizeof(dp->dl_stid.sc_stateid));
dl_stid          4963 fs/nfsd/nfs4state.c 		STATEID_VAL(&dp->dl_stid.sc_stateid));
dl_stid          4965 fs/nfsd/nfs4state.c 	nfs4_put_stid(&dp->dl_stid);
dl_stid          5103 fs/nfsd/nfs4state.c 		nfs4_put_stid(&dp->dl_stid);
dl_stid          6046 fs/nfsd/nfs4state.c 	status = nfsd4_stid_check_stateid_generation(stateid, &dp->dl_stid, nfsd4_has_session(cstate));
dl_stid          6052 fs/nfsd/nfs4state.c 	nfs4_put_stid(&dp->dl_stid);
dl_stid          7474 fs/nfsd/nfs4state.c 		clp = dp->dl_stid.sc_client;
dl_stid          7534 fs/nfsd/nfs4state.c 		clp = dp->dl_stid.sc_client;
dl_stid           129 fs/nfsd/state.h 	struct nfs4_stid	dl_stid; /* must be first field */
dl_stid           158 fs/nfsd/state.h 	return container_of(s, struct nfs4_delegation, dl_stid);