Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfsd/
Dstate.h193 #define NFSD4_SLOT_CACHETHIS (1 << 1) macro
Dxdr4.h759 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
Dnfs4state.c3864 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3985 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3987 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
Dnfs4xdr.c5324 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5375 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()