• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/

Lines Matching defs:seqid

1312 	exid->seqid = 1;
1315 dprintk("nfsd4_exchange_id seqid %d flags %x\n",
1327 check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse)
1329 dprintk("%s enter. seqid %d slot_seqid %d\n", __func__, seqid,
1334 if (seqid == slot_seqid)
1340 if (likely(seqid == slot_seqid + 1))
1343 if (seqid == slot_seqid)
1346 if (seqid == 1 && (slot_seqid + 1) == 0)
1389 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
1391 dprintk("Got a create_session replay! seqid= %d\n",
1396 } else if (cr_ses->seqid != cs_slot->sl_seqid + 1) {
1399 dprintk("Expected seqid= %d but got seqid= %d\n",
1400 cs_slot->sl_seqid, cr_ses->seqid);
1412 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
1453 cr_ses->seqid = cs_slot->sl_seqid;
1551 status = check_slot_seqid(seq->seqid, slot->sl_seqid, slot->sl_inuse);
1564 /* Success! bump slot seqid */
1566 slot->sl_seqid = seq->seqid;
2956 nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid,
2966 dprintk("NFSD: %s: seqid=%d stateid = " STATEID_FMT "\n", __func__,
2967 seqid, STATEID_VAL(stateid));
3036 * We now validate the seqid and stateid generation numbers.
3040 if (!(flags & HAS_SESSION) && seqid != sop->so_seqid)
3060 if (seqid == sop->so_seqid - 1) {
3065 dprintk("NFSD: preprocess_seqid_op: bad seqid (expected %d, got %d)\n",
3066 sop->so_seqid, seqid);
3099 dprintk("NFSD: %s: success, seqid=%d stateid=" STATEID_FMT "\n",
3457 /* It is the openowner seqid that will be incremented in encode in the
3458 * case of new lockowners; so increment the lock seqid manually: */
3552 /* validate and update open stateid and open seqid */