Home
last modified time | relevance | path

Searched refs:NFSD4_SLOT_CACHETHIS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dstate.h193 #define NFSD4_SLOT_CACHETHIS (1 << 1) macro
H A Dxdr4.h760 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
H A Dnfs4state.c3923 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
4044 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4046 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
H A Dnfs4xdr.c5366 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5413 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()