Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfs/
Dnfs4session.h28 u32 seq_nr_highest_sent; member
Dnfs4session.c114 slot->seq_nr_highest_sent = seq_init; in nfs4_new_slot()
282 (*p)->seq_nr_highest_sent = ivalue; in nfs4_reset_slot_table()
Dnfs4proc.c792 if ((s32)(seqnr - slot->seq_nr_highest_sent) > 0) in nfs4_slot_sequence_record_sent()
793 slot->seq_nr_highest_sent = seqnr; in nfs4_slot_sequence_record_sent()
910 slot->seq_nr = slot->seq_nr_highest_sent; in nfs41_sequence_process()