Searched refs:sl_seqid (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h127 u32 sl_seqid; member in struct:nfsd4_slot
158 u32 sl_seqid; member in struct:nfsd4_clid_slot
H A Dnfs4state.c1316 new->cl_cs_slot.sl_seqid, new->cl_exchange_flags);
1354 * slot cache by saving the xdr structure. sl_seqid has been set.
1389 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
1392 cs_slot->sl_seqid);
1396 } else if (cr_ses->seqid != cs_slot->sl_seqid + 1) {
1400 cs_slot->sl_seqid, cr_ses->seqid);
1403 cs_slot->sl_seqid++;
1412 status = check_slot_seqid(cr_ses->seqid, cs_slot->sl_seqid, 0);
1419 cs_slot->sl_seqid++; /* from 0 to 1 */
1453 cr_ses->seqid = cs_slot->sl_seqid;
[all...]

Completed in 64 milliseconds