Lines Matching refs:seqid

2428 	exid->seqid = conf->cl_cs_slot.sl_seqid + 1;  in nfsd4_exchange_id()
2445 check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse) in check_slot_seqid() argument
2447 dprintk("%s enter. seqid %d slot_seqid %d\n", __func__, seqid, in check_slot_seqid()
2452 if (seqid == slot_seqid) in check_slot_seqid()
2458 if (likely(seqid == slot_seqid + 1)) in check_slot_seqid()
2460 if (seqid == slot_seqid) in check_slot_seqid()
2620 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0); in nfsd4_create_session()
2624 } else if (cr_ses->seqid != cs_slot->sl_seqid + 1) { in nfsd4_create_session()
2638 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0); in nfsd4_create_session()
2671 cr_ses->seqid = cs_slot->sl_seqid; in nfsd4_create_session()
2919 status = check_slot_seqid(seq->seqid, slot->sl_seqid, in nfsd4_sequence()
2953 slot->sl_seqid = seq->seqid; in nfsd4_sequence()
3655 …_be32 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u32 seqid) in nfsd4_check_seqid() argument
3659 if (seqid == so->so_seqid - 1) in nfsd4_check_seqid()
3661 if (seqid == so->so_seqid) in nfsd4_check_seqid()
4844 …id_op_checks(struct nfsd4_compound_state *cstate, stateid_t *stateid, u32 seqid, struct nfs4_ol_st… in nfs4_seqid_op_checks() argument
4850 status = nfsd4_check_seqid(cstate, sop, seqid); in nfs4_seqid_op_checks()
4874 nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, in nfs4_preprocess_seqid_op() argument
4884 seqid, STATEID_VAL(stateid)); in nfs4_preprocess_seqid_op()
4893 status = nfs4_seqid_op_checks(cstate, stateid, seqid, stp); in nfs4_preprocess_seqid_op()
4901 static __be32 nfs4_preprocess_confirmed_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, in nfs4_preprocess_confirmed_seqid_op() argument
4908 status = nfs4_preprocess_seqid_op(cstate, seqid, stateid, in nfs4_preprocess_confirmed_seqid_op()