Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dstate.h270 #define NFSD4_SLOT_REUSED (1 << 4) macro
H A Dtrace.h812 { NFSD4_SLOT_REUSED, "REUSED" })
H A Dnfs4state.c3815 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()