Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h300 #define NFSD4_SLOT_REUSED (1 << 4) macro
H A Dnfs4state.c3849 if ((flags & NFSD4_SLOT_REUSED) && seqid == 1) in check_slot_seqid()
4477 slot->sl_flags &= ~NFSD4_SLOT_REUSED; in nfsd4_sequence()
4513 slot->sl_flags |= NFSD4_SLOT_REUSED; in nfsd4_sequence()
H A Dtrace.h871 { NFSD4_SLOT_REUSED, "REUSED" })