Searched refs:NFSD4_SLOT_REUSED (Results 1 – 3 of 3) sorted by relevance
270 #define NFSD4_SLOT_REUSED (1 << 4) macro
812 { NFSD4_SLOT_REUSED, "REUSED" })
3815 if ((flags & NFSD4_SLOT_REUSED) && seqid == 1) in check_slot_seqid()4410 slot->sl_flags &= ~NFSD4_SLOT_REUSED; in nfsd4_sequence()4446 slot->sl_flags |= NFSD4_SLOT_REUSED; in nfsd4_sequence()