Lines Matching refs:seqid
3756 exid->seqid = conf->cl_cs_slot.sl_seqid + 1; in nfsd4_exchange_id()
3800 static __be32 check_slot_seqid(u32 seqid, u32 slot_seqid, u8 flags) in check_slot_seqid() argument
3804 if (seqid == slot_seqid) in check_slot_seqid()
3810 if (likely(seqid == slot_seqid + 1)) in check_slot_seqid()
3812 if ((flags & NFSD4_SLOT_REUSED) && seqid == 1) in check_slot_seqid()
3814 if (seqid == slot_seqid) in check_slot_seqid()
3975 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0); in nfsd4_create_session()
3979 cr_ses->seqid = cs_slot->sl_seqid; in nfsd4_create_session()
4051 cr_ses->seqid = cs_slot->sl_seqid; in nfsd4_create_session()
4363 status = check_slot_seqid(seq->seqid, slot->sl_seqid, slot->sl_flags); in nfsd4_sequence()
4405 slot->sl_seqid = seq->seqid; in nfsd4_sequence()
5515 …_be32 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u32 seqid) in nfsd4_check_seqid() argument
5519 if (seqid == so->so_seqid - 1) in nfsd4_check_seqid()
5521 if (seqid == so->so_seqid) in nfsd4_check_seqid()
7492 …id_op_checks(struct nfsd4_compound_state *cstate, stateid_t *stateid, u32 seqid, struct nfs4_ol_st… in nfs4_seqid_op_checks() argument
7498 status = nfsd4_check_seqid(cstate, sop, seqid); in nfs4_seqid_op_checks()
7527 nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, in nfs4_preprocess_seqid_op() argument
7537 trace_nfsd_preprocess(seqid, stateid); in nfs4_preprocess_seqid_op()
7551 status = nfs4_seqid_op_checks(cstate, stateid, seqid, stp); in nfs4_preprocess_seqid_op()
7559 static __be32 nfs4_preprocess_confirmed_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, in nfs4_preprocess_confirmed_seqid_op() argument
7566 status = nfs4_preprocess_seqid_op(cstate, seqid, stateid, in nfs4_preprocess_confirmed_seqid_op()