Home
last modified time | relevance | path

Searched refs:cl_cs_slot (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/nfsd/
Dstate.h432 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */ member
Dnfs4state.c3654 new->cl_cs_slot.sl_status = nfserr_seq_misordered; in nfsd4_exchange_id()
3662 exid->seqid = conf->cl_cs_slot.sl_seqid + 1; in nfsd4_exchange_id()
3666 conf->cl_cs_slot.sl_seqid, conf->cl_exchange_flags); in nfsd4_exchange_id()
3860 cs_slot = &conf->cl_cs_slot; in nfsd4_create_session()
3863 cs_slot = &unconf->cl_cs_slot; in nfsd4_create_session()
Dtrace.h769 const struct nfsd4_clid_slot *slot = &clp->cl_cs_slot;