Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dstate.h267 #define NFSD4_SLOT_CACHETHIS (1 << 1) macro
H A Dxdr4.h906 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
H A Dtrace.h809 { NFSD4_SLOT_CACHETHIS, "CACHETHIS" }, \
H A Dnfs4state.c4290 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
4414 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4416 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
H A Dnfs4xdr.c5836 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5899 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()