Searched refs:seq_nr_highest_sent (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4session.h28 u32 seq_nr_highest_sent; member in struct:nfs4_slot
H A Dnfs4session.c114 slot->seq_nr_highest_sent = seq_init;
282 (*p)->seq_nr_highest_sent = ivalue;
H A Dnfs4proc.c817 if ((s32)(seqnr - slot->seq_nr_highest_sent) > 0)
818 slot->seq_nr_highest_sent = seqnr;
935 slot->seq_nr = slot->seq_nr_highest_sent;

Completed in 232 milliseconds