Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4state.c2587 struct nfsd4_clid_slot *cs_slot = NULL; in nfsd4_create_session() local
2619 cs_slot = &conf->cl_cs_slot; in nfsd4_create_session()
2620 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0); in nfsd4_create_session()
2622 status = nfsd4_replay_create_session(cr_ses, cs_slot); in nfsd4_create_session()
2624 } else if (cr_ses->seqid != cs_slot->sl_seqid + 1) { in nfsd4_create_session()
2637 cs_slot = &unconf->cl_cs_slot; in nfsd4_create_session()
2638 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0); in nfsd4_create_session()
2670 cs_slot->sl_seqid++; in nfsd4_create_session()
2671 cr_ses->seqid = cs_slot->sl_seqid; in nfsd4_create_session()
2674 nfsd4_cache_create_session(cr_ses, cs_slot, status); in nfsd4_create_session()